Added y sorting and refactoring

This commit is contained in:
Stefan Stefanov 2024-12-31 23:17:24 +02:00
parent 9504812ed5
commit 692c066a1a
9 changed files with 209 additions and 51 deletions

View file

@ -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