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/Player.h
- Revision:
- 14:3361879490b2
- Parent:
- 13:d04a6caba40d
- Child:
- 15:44d5cc33d389
--- a/Entity/Player/Player.h Wed Apr 24 02:33:33 2019 +0000
+++ b/Entity/Player/Player.h Wed Apr 24 03:09:00 2019 +0000
@@ -21,6 +21,7 @@
// variables
Bullets *bullets_array[bullets_max];
bool valid_bullets[bullets_max];
+ int fire_rate_bullets;
};
const float player_speed = 1.2;