Add neuro voicepack (#1109)

* update neuro

* change image & fix delay

change the image of neuro and fix delay between two vocal

* add vocal

* change vocal&image
This commit is contained in:
Petalzu
2024-04-24 04:11:18 +08:00
committed by GitHub
parent 523b7ce443
commit a979b6dbe6
85 changed files with 5 additions and 1 deletions

View File

@@ -81,6 +81,9 @@ function scene.draw()
elseif vocPack=="zundamon" then
gc.translate(770,300+12*sin(TIME()*.5))
gc.draw(IMG.zundamonCH,nil,nil,nil,.8)
elseif vocPack=="neuro" then
gc.translate(770,300+12*sin(TIME()*.5))
gc.draw(IMG.neuroCH,nil,nil,nil,.8)
end
gc.pop()
end