entities, tiles and player walking, need y sorting

This commit is contained in:
Stefan Stefanov 2024-12-28 17:53:08 +02:00
parent b656f16c84
commit 5b4dab6292
9 changed files with 432 additions and 0 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
run:
odin run src -out:game.exe -debug -use-separate-modules -sanitize:address
build:
odin build src -out:game.exe -debug -use-separate-modules
clean:
rm *.exe
rm -rf *.dSYM/