Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
26:abbc19edc5c1
Parent:
23:5a8f75e93508
Child:
27:a1b41626f57c
diff -r 112cbcb0b4a7 -r abbc19edc5c1 Entity/Bullets/Bullets.h
--- a/Entity/Bullets/Bullets.h	Fri Apr 26 02:38:05 2019 +0000
+++ b/Entity/Bullets/Bullets.h	Mon Apr 29 02:45:17 2019 +0000
@@ -20,8 +20,9 @@
     int direction;
 };
 
-const int bullets_sprite[2][2] = {{1,1},
-    {1,1}
+const int bullets_sprite[3][3] = {{1,1,1},
+    {1,1,1},
+    {1,1,1}
 };
 
 #endif
\ No newline at end of file