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:
- 40:cbcbf6fc1421
- Parent:
- 37:a404860171a9
- Child:
- 41:0697508a28ba
--- a/Entity/Player/Bullets/Bullets.cpp Tue May 07 09:43:36 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.cpp Tue May 07 12:42:12 2019 +0000
@@ -11,7 +11,7 @@
position.y = pos_y;
sprite_size.width = 3;
sprite_size.height = 3;
- sprite_size.offset_x = 0;
+ sprite_size.offset_x = -1;
sprite_size.offset_y = -1;
direction = dir;
}