diff --git a/src/scenes/tutorial.ts b/src/scenes/tutorial.ts index df2cac7..e0bc18e 100644 --- a/src/scenes/tutorial.ts +++ b/src/scenes/tutorial.ts @@ -20,11 +20,19 @@ scene(Scene.Tutorial, () => { addText({ width: 600, - height: 100, + height: 60, x, y: 80, text: 'WASD or arrow keys to move', }) + addText({ + width: 600, + height: 60, + x, + y: 160, + text: 'Left click to shoot', + }) + addPlayer() })