Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikketer committed Jul 17, 2024
1 parent 446198c commit c778fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const playerState = {
currentIsland: ''
}

const version: string = 'v0.9'
const version: string = 'v0.10'
const debugMode: boolean = false

let currentState: States
Expand Down
2 changes: 1 addition & 1 deletion menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Menu {

// Version information
_versionSprite = textsprite.create(version, 0, 9)
_versionSprite.x = 145
_versionSprite.x = 140
_versionSprite.y = 115

music.stopAllSounds()
Expand Down

0 comments on commit c778fc9

Please sign in to comment.