diff --git a/src/scenes/game.ts b/src/scenes/game.ts index c4cf182..4c674f9 100644 --- a/src/scenes/game.ts +++ b/src/scenes/game.ts @@ -5,4 +5,6 @@ scene('game', () => { addCursorKeys(addPlayer()) onClick(() => addKaboom(mousePos())) + + add([text('Press arrow keys', { width: width() / 2 }), pos(12, 12)]) })