summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 2 insertions, 0 deletions
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);