basic sprites working
This commit is contained in:
parent
178cf92f44
commit
348b4fd181
6 changed files with 216 additions and 63 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
build:
|
||||
odin run . -out:space_invaders.exe -debug
|
||||
|
||||
clean:
|
||||
rm -rf ./space_invaders.exe
|
||||
|
||||
run:
|
||||
space_invaders.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue