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:
mcolonna 2024-04-19 13:19:53 +02:00
parent bc9cee22d7
commit 30a935cf70
53 changed files with 4140 additions and 2163 deletions

View file

@ -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 \