feat: game over and win screens *
feat: - win screen - "press enter to retry" in both screens - reset moves only when winning the game change: - game over screen display - display top-left move a little differently dev: - scripts to import different text sizes
This commit is contained in:
parent
bc9cee22d7
commit
30a935cf70
53 changed files with 4140 additions and 2163 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ NAME = so_long
|
|||
SRCS = src/
|
||||
INCLUDES = includes/
|
||||
CODE = $(addprefix main/, \
|
||||
main error env input timedloop levels \
|
||||
main error env input timedloop levels1 levels2 \
|
||||
) \
|
||||
$(addprefix display/, \
|
||||
data_assets data_sprites \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue