Skip to content

Commit

Permalink
新的mono立绘+重新开放mono语音包选项
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Apr 20, 2022
1 parent 9c2b09e commit 718540d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SAVEDIR=fs.getSaveDirectory()

--Global Vars & Settings
SFXPACKS={'chiptune'}
VOCPACKS={'miya',--[['mono',]]'xiaoya','miku'}
VOCPACKS={'miya','mono','xiaoya','miku'}
FIRSTLAUNCH=false
DAILYLAUNCH=false

Expand Down
Binary file modified media/image/characters/mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion parts/scenes/setting_sound.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function scene.draw()
gc.draw(IMG.miyaHeart,162,52,nil,.3)
elseif vocPack=="mono"then
local jump=math.max(30-(TIME()-last1)*60,0)%10
gc.translate(800,340+6*sin(TIME()*.5)+(jump-10)*jump*.3)
gc.translate(760,340+6*sin(TIME()*.5)+(jump-10)*jump*.3)
gc.draw(IMG.monoCH,-30)
elseif vocPack=="xiaoya"then
gc.translate(770,340+4*sin(TIME()*.5))
Expand Down

0 comments on commit 718540d

Please sign in to comment.