Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Entity/Bullets/Bullets.h
- 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