Discord
Login
Community
DARK THEME

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

Describe the problem in more detail

init = function()
  Quick.gravity = 80
  player = Quick.addSprite("player")
  player.vy += 1000 
.....
end

update = function()
   quick.update()
end

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community