Skip to content

Commit

Permalink
Remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikketer committed Jul 16, 2024
1 parent 836bea6 commit 8fa9f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace Menu {

music.stopAllSounds()

_versionSprite.destroy()

_callback()
}

Expand Down
2 changes: 2 additions & 0 deletions pirateLives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ namespace PirateLives {
_liveCountIcon = sprites.create(assets.image`Pirate Lives`)
_liveCountIcon.x = 5
_liveCountIcon.y = 115
_liveCountIcon.z = 120

_liveCountSprite = textsprite.create(currentPirateCount + '', 0, 1)
_liveCountSprite.x = 8 + 5 + (_liveCountSprite.width / 2)
_liveCountSprite.y = 115
_liveCountSprite.z = 120
}

export function hide() {
Expand Down

0 comments on commit 8fa9f5b

Please sign in to comment.