added neko states, I will need to add animations

This commit is contained in:
2025-09-22 15:22:00 +02:00
parent 16acc7bc6f
commit ad8999a35c
5 changed files with 69 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
echo Building with ...
echo gcc src/main.c -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes sdl3-image)
gcc src/main.c src/neko.c -I src/ -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes sdl3-image)
gcc src/main.c src/neko.c -I src/ -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes sdl3-image) -lm
echo Running...
DISPLAY=:1 ./res/main