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: Enemy1 Enemy2 Enemy3 Enemy4 Enemy5 Enemy6 Engine Friendly Gamepad N5110 Rocket Stats mbed
Diff: main.cpp
- Revision:
- 6:0ad91977f14f
- Parent:
- 5:638ffc5c66f6
- Child:
- 7:577f791134e5
diff -r 638ffc5c66f6 -r 0ad91977f14f main.cpp
--- a/main.cpp	Mon Apr 10 16:44:46 2017 +0000
+++ b/main.cpp	Tue Apr 25 10:14:18 2017 +0000
@@ -35,8 +35,8 @@
         engine.read_input(pad);
         engine.checker(lcd, pad);
         engine.update(lcd, pad);
-        //engine.shoot(lcd, pad, SHIP_SPEED);
         generate();
+        engine.shoot(lcd, pad, SHIP_SPEED);
         lcd.refresh();
         wait(1.0f/fps);
     }