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/Player/Bullets/Bullets.cpp
- Revision:
- 41:0697508a28ba
- Parent:
- 40:cbcbf6fc1421
- Child:
- 51:4d0cd75e7ed3
diff -r cbcbf6fc1421 -r 0697508a28ba Entity/Player/Bullets/Bullets.cpp
--- a/Entity/Player/Bullets/Bullets.cpp Tue May 07 12:42:12 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.cpp Tue May 07 17:02:30 2019 +0000
@@ -12,7 +12,7 @@
sprite_size.width = 3;
sprite_size.height = 3;
sprite_size.offset_x = -1;
- sprite_size.offset_y = -1;
+ sprite_size.offset_y = -4;
direction = dir;
}