Skip to content

Commit

Permalink
Fixing Up Tutorial Items
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlizeSerrano5 committed Mar 19, 2024
1 parent 5d58541 commit 74ed295
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scenes/Tutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ class Tutorial extends Phaser.Scene {
this.selectionMenu.setVisibility(false)
this.selectionMenu.allowSelect = false
this.tutorial = this.add.bitmapText(centerX , 10 , 'font', "Note: Navigate with Arrow Keys", 8).setOrigin(0.5)



this.cursor_demo = this.add.image(rightPos, floorY + tileSize *2, 'cursor')
this.char_cursor_demo = this.add.image(rightPos + tileSize, floorY +tileSize *2, 'char_cursor')

// start first dialog conversation
this.typeText()
Expand Down

0 comments on commit 74ed295

Please sign in to comment.