新的mono立绘+重新开放mono语音包选项
This commit is contained in:
2
main.lua
2
main.lua
@@ -30,7 +30,7 @@ SAVEDIR=fs.getSaveDirectory()
|
|||||||
|
|
||||||
--Global Vars & Settings
|
--Global Vars & Settings
|
||||||
SFXPACKS={'chiptune'}
|
SFXPACKS={'chiptune'}
|
||||||
VOCPACKS={'miya',--[['mono',]]'xiaoya','miku'}
|
VOCPACKS={'miya','mono','xiaoya','miku'}
|
||||||
FIRSTLAUNCH=false
|
FIRSTLAUNCH=false
|
||||||
DAILYLAUNCH=false
|
DAILYLAUNCH=false
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 140 KiB |
@@ -65,7 +65,7 @@ function scene.draw()
|
|||||||
gc.draw(IMG.miyaHeart,162,52,nil,.3)
|
gc.draw(IMG.miyaHeart,162,52,nil,.3)
|
||||||
elseif vocPack=="mono"then
|
elseif vocPack=="mono"then
|
||||||
local jump=math.max(30-(TIME()-last1)*60,0)%10
|
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)
|
gc.draw(IMG.monoCH,-30)
|
||||||
elseif vocPack=="xiaoya"then
|
elseif vocPack=="xiaoya"then
|
||||||
gc.translate(770,340+4*sin(TIME()*.5))
|
gc.translate(770,340+4*sin(TIME()*.5))
|
||||||
|
|||||||
Reference in New Issue
Block a user