Compare commits

..

3 commits

Author SHA1 Message Date
27b6459b9a add anim and transitions and re-org lua api scripts 2025-11-15 11:45:05 -06:00
a15d0db902 add LICENSE file 2025-11-15 11:44:18 -06:00
b27abeffb5 add jump to demo 9 2025-11-15 11:44:15 -06:00

View file

@ -340,6 +340,7 @@ case "$COMMAND" in
PXL8_SOURCE_FILES="
src/pxl8.c
src/pxl8_anim.c
src/pxl8_ase.c
src/pxl8_atlas.c
src/pxl8_blit.c
@ -354,6 +355,7 @@ case "$COMMAND" in
src/pxl8_sdl3.c
src/pxl8_tilemap.c
src/pxl8_tilesheet.c
src/pxl8_transition.c
src/pxl8_ui.c
src/pxl8_vfx.c
src/pxl8_world.c