Added a sample sound and some config, added tween to the src
This commit is contained in:
parent
01dec4e5c1
commit
d6143951d8
12 changed files with 960 additions and 44 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue