Skip to content

Commit

Permalink
Merge pull request #10 from veu/next
Browse files Browse the repository at this point in the history
Version 2.0.1
  • Loading branch information
veu authored Jan 22, 2023
2 parents 5ae7cc8 + 3c61e18 commit 3bf8529
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/constants.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "2.0.0"
VERSION = "2.0.1"

CELL = 16
TOP_NUMBER_HEIGHT = 14
Expand Down
2 changes: 2 additions & 0 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,8 @@ if MUSIC_ENABLED then
)
end

musicChannel:setVolume((context.settings.music - 1) / 6.25 + 0.2)
sndChannel:setVolume((context.settings.effects - 1) / 6.25 + 0.2)
playTrack()

function playdate.update()
Expand Down
2 changes: 1 addition & 1 deletion src/model/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Settings:save(context)
fontType = self.fontType,
hintStyle = self.hintStyle,
music = self.music,
effects = self.ffects,
effects = self.effects,
}

save(context)
Expand Down
4 changes: 2 additions & 2 deletions src/pdxinfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ author=RDK
description=Playdate’s #1 nonogram game
bundleID=net.monometric.sketch-share-solve
imagePath=launcherAssets/
version=2.0.0
buildNumber=200000
version=2.0.1
buildNumber=200010

0 comments on commit 3bf8529

Please sign in to comment.