#9 Added level selection render
This commit is contained in:
parent
0786a41006
commit
2055ef234e
17 changed files with 401 additions and 34 deletions
|
@ -48,6 +48,7 @@ instance Living Player where
|
|||
|
||||
-- Current state of the game.
|
||||
data State = Menu
|
||||
| LvlSelect
|
||||
| Playing
|
||||
| Pause
|
||||
| Win
|
||||
|
|
Reference in a new issue