Added a sample sound and some config, added tween to the src

This commit is contained in:
Stefan Stefanov 2024-12-31 13:06:30 +02:00
parent 01dec4e5c1
commit d6143951d8
12 changed files with 960 additions and 44 deletions

View file

@ -1,5 +1,5 @@
run:
odin run src -out:game.exe -debug -use-separate-modules -sanitize:address
odin run src -out:game.exe -debug
build:
odin build src -out:game.exe -debug -use-separate-modules
@ -8,3 +8,4 @@ clean:
rm *.exe
rm -rf *.dSYM/
all: build