basic stuff w movemet n collision done
This commit is contained in:
parent
bffa27ec01
commit
662de9407a
4 changed files with 30 additions and 18 deletions
2
main.lua
2
main.lua
|
|
@ -123,4 +123,6 @@ function loadSprites()
|
|||
green = love.graphics.newImage("art/wall_g.png"),
|
||||
blue = love.graphics.newImage("art/wall_b.png")
|
||||
}
|
||||
|
||||
artifactSprite = love.graphics.newImage("art/process/cone.png")
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue