再优化miya立绘
This commit is contained in:
1
main.lua
1
main.lua
@@ -259,6 +259,7 @@ IMG.init{
|
||||
miyaCH1='media/image/characters/miya1.png',
|
||||
miyaCH2='media/image/characters/miya2.png',
|
||||
miyaCH3='media/image/characters/miya3.png',
|
||||
miyaCH4='media/image/characters/miya4.png',
|
||||
miyaHeart='media/image/characters/miya_heart.png',
|
||||
miyaGlow='media/image/characters/miya_glow.png',
|
||||
monoCH='media/image/characters/mono.png',
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 82 KiB |
BIN
media/image/characters/miya4.png
Normal file
BIN
media/image/characters/miya4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
@@ -50,8 +50,12 @@ function scene.draw()
|
||||
gc.translate(780,340+6*sin(TIME()*.5))
|
||||
gc.draw(IMG.miyaGlow,-4,-4)
|
||||
if TIME()-last1<1 then
|
||||
gc.draw(IMG.miyaCH3)
|
||||
elseif TIME()%2<.126 then
|
||||
if TIME()%60>30 then
|
||||
gc.draw(IMG.miyaCH3)
|
||||
else
|
||||
gc.draw(IMG.miyaCH4)
|
||||
end
|
||||
elseif TIME()%2>.126 then
|
||||
gc.draw(IMG.miyaCH1)
|
||||
else
|
||||
gc.draw(IMG.miyaCH2)
|
||||
|
||||
Reference in New Issue
Block a user