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
Diff: RosenEngine/RosenEngine.h
- Revision:
- 29:4c7b16b5b6df
- Parent:
- 28:6319e928f0aa
- Child:
- 30:711d722f3cef
--- a/RosenEngine/RosenEngine.h Thu Apr 18 20:09:29 2019 +0000 +++ b/RosenEngine/RosenEngine.h Fri Apr 19 02:40:08 2019 +0000 @@ -27,6 +27,7 @@ int get_ycursor(); int get_shipno(); void ship_select(N5110 &lcd); + void score(); int ship_xpos; int ship_ypos; @@ -56,6 +57,14 @@ /************STUFF TO FIX****************************** **** add sound effects for sjield braking **** 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) */ #endif \ No newline at end of file