Block struct works, TODO: Fix rectangle collisions! Fix texture

This commit is contained in:
Michael Chen
2018-01-12 10:47:14 +01:00
parent ab98ff12c5
commit cc5211f84f
4 changed files with 73 additions and 36 deletions

View File

@ -10,4 +10,4 @@ args = -o
all:
$(compiler) $(warningLevel) $(includes) $(sources) $(linker) $(libs) $(args) $(dir)\$(target)
cd $(dir) && $(target)
start cmd /K "cd $(dir) && $(target)"