[ADD] main character,

smoke particle when shooting,
fire effect to player
This commit is contained in:
SemvdH
2021-06-21 21:24:57 +02:00
parent 8c7aa08ef7
commit 6870625fd6
8 changed files with 256 additions and 94 deletions

View File

@@ -54,6 +54,7 @@ add_executable(${PROJECT_NAME}
src/sprites/sprites.c
src/system/timing.c
src/system/control_input.c
src/toolbox/toolbox.c
../common/debugScreen.c
)