PLS HELP
''' player.vy += 1000 '''
with quick engine does just spawn the player in the air but in my other games it does not HELP
''' player.vy += 1000 '''
with quick engine does just spawn the player in the air but in my other games it does not HELP
Describe the problem in more detail
init = function()
Quick.gravity = 80
player = Quick.addSprite("player")
player.vy += 1000
.....
end
update = function()
quick.update()
end