Added y sorting and refactoring
This commit is contained in:
parent
9504812ed5
commit
692c066a1a
9 changed files with 209 additions and 51 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
run:
|
||||
odin run src -out:game.exe -debug -use-separate-modules -vet
|
||||
odin run src -out:game.exe -debug -vet
|
||||
|
||||
build:
|
||||
odin build src -out:game.exe -debug -use-separate-modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue