entities, tiles and player walking, need y sorting
This commit is contained in:
parent
b656f16c84
commit
5b4dab6292
9 changed files with 432 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal 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/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue