From 6d78a950473a4f34df6bae98d2bf2c99632afe4a Mon Sep 17 00:00:00 2001 From: tom barrett Date: Tue, 27 Aug 2019 10:13:51 -0500 Subject: can cycle and select responses and go through the tree --- src/constants.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants.rs') diff --git a/src/constants.rs b/src/constants.rs index 041d210..b7f01d5 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -16,3 +16,5 @@ pub const FLIP_A: usize = FLIP_D | FLIP_H | FLIP_V; use ggez::graphics::Color; pub const PURPLE: Color = Color::new(0.4, 0.0, 0.2, 1.0); +pub const GOLD: Color = Color::new(1.0, 0.872, 0.376, 1.0); +pub const WHITE: Color = Color::new(1.0, 1.0, 1.0, 1.0); -- cgit v1.2.3