Skip to content
Snippets Groups Projects
Commit cef35517 authored by Adam Procter's avatar Adam Procter
Browse files

changed to not use addwallsprite

worked with one line of code change
parent e67766c2
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,9 @@ function myGameSetUp()
end
floorSprite = gfx.sprite.new(floorMap)
floorSprite:moveTo(0,150)
gfx.sprite.addWallSprites(floorMap, {})
floorSprite:moveTo(0,160)
-- gfx.sprite.addWallSprites(floorMap, {})
floorSprite:setCollideRect( 0, 0, floorSprite:getSize() )
floorSprite:add()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment