You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
I'm doin the "[Getting started]" but upon reaching this section:
// putting together our player characterconstbean=add([sprite("bean"),pos(80,40),area(),body(),])// .jump() when "space" key is pressedonKeyPress("space",()=>{bean.jump()})
Pressing the space bar on my keyboard won't make the bean sprite jump.
I'm using Fedora 38 Workstation as OS, I'm not sure if it will be useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm doin the "[Getting started]" but upon reaching this section:
Pressing the space bar on my keyboard won't make the bean sprite jump.
I'm using Fedora 38 Workstation as OS, I'm not sure if it will be useful.
Beta Was this translation helpful? Give feedback.
All reactions