Discord
Login
Community
DARK THEME

just a couple things im curious about aka adding stuff im stuck with

so i 'll just write a couple things here im confuddled with. 2.simple platformer controls (jump, moving a pull mechinic similar to astro's playroom, climbing) 3.map to screen fill 4.inputs for the platformer controls (move, jump,pull and climb)

init = function()
   Quick.init()
   player = Quick.addSprite("player",0, 20)
   box = Quick.addSprite("box",0,0,20)
end

update = function()
   player.vx += 0.1
   Quick.update()
end

draw = function()
   Quick.draw()
end

THANK YOU LOGINUS

Post a reply

Progress

Status

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