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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user