Love:Mike: Added quit to title; Added quit from title; updated TODO; moved quit function into normal keypresses

This commit is contained in:
2017-08-10 15:14:39 -07:00
parent c39c652d3b
commit 4d68180116
3 changed files with 20 additions and 4 deletions

View File

@@ -19,3 +19,10 @@ Seperate out (or add debug mode) to the print_table function so saving is a sepe
make keys.lua more simple by turning more of the code into functions and stuff it in functions.lua
Add continue after pressing Q during gameplay. (timer should keep going)
Reset gamestate when player starts a new game.
move save and load to the title screen
make the title screen better looking
change the title screen to be a selection instead of just pressing keys
remove "q" from qutting the gameplay. Change it to "esc" and have it be a menu instead of insta-quit.