We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a92dd commit 7458b82Copy full SHA for 7458b82
src/Game.yue
@@ -14,7 +14,7 @@ export class Game
14
-- and that's it!
15
@player = Player.Player!
16
17
- keypressed: (key, scancode, isrepeat) ->
+ keypressed: (key, scancode, isrepeat) =>
18
-- Called when a key is pressed. We will check for keypresses in
19
-- our player's update function for movement, so this just serves
20
-- as a way to quit the game.
0 commit comments