Revenge of the Mouse

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Revision:
28:fdaa7ecfbd80
Parent:
27:bd55ab4d137c
diff -r bd55ab4d137c -r fdaa7ecfbd80 globals.h
--- a/globals.h	Fri Oct 30 11:08:31 2015 +0000
+++ b/globals.h	Tue Nov 01 18:59:29 2016 +0000
@@ -5,6 +5,17 @@
 #define GND_COLOR  0x66CD00
 #define TANK_RED   0xCD0000
 #define TANK_BLUE  0x000080
+#define LAVA_COLOR 0xFF0000
+#define YELLOW  0xFFF200
+#define TREE_COLOR 0x008000
+#define BULLET_COLOR 0X666666
+#define STONE_COLOR  0xc0c0c0
+#define LIGHTBLACK  0x404040
+
+#define ex1 0xff3030
+#define ex2 0xee2c2c    //explosion colors
+#define ex3 0xcd2626
+#define ex4 0x8b1a1a
 
 #define U_BUTTON 0
 #define R_BUTTON 1