ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
34:6d0786582d81
Parent:
33:7a814c874c57
Child:
35:3341f2bd0408
diff -r 7a814c874c57 -r 6d0786582d81 RosenEngine/RosenEngine.h
--- a/RosenEngine/RosenEngine.h	Sat Apr 20 14:10:47 2019 +0000
+++ b/RosenEngine/RosenEngine.h	Tue Apr 30 05:03:15 2019 +0000
@@ -55,6 +55,11 @@
     int _ycursor;
     int _shipno;
     int _score;
+    int _shno;
+    Vector2D _shooter1_pos;
+    Vector2D _shooter2_pos;
+    Vector2D _shooter3_pos;
+    Vector2D _coloc;
     
 
 };
@@ -63,12 +68,14 @@
 **** add passive shield regeneration
 **** work on score increase
 **** add title screen with name
-**** make it so title ship switches deopending on ship being used
 **** make it so back asks you if you are sure and ststes that you will lose all progress
 **** think of level system
 **** orion should send out pulses that stun enemy ships and absorb thier shields(use draw line)
 **** scale shields properly
 **** fix the border issue(i.e the ships clip through healthbar)
 **** make it so enemy ship spawning is random use srand
+**** add in options for lcd brightness and contrast
+**** add in cheats
+**** 
 */
 #endif
\ No newline at end of file