Skip to content

Commit

Permalink
chore(scenes): update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 27, 2025
1 parent 4f0a4ae commit 89520d2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/scenes/tutorial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})

0 comments on commit 89520d2

Please sign in to comment.