1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00

Fix teleport animation speed

This commit is contained in:
Ivan Savenko 2023-03-25 18:47:45 +02:00
parent 8fbeff2a02
commit a0bd46c9dd

View File

@ -68,7 +68,7 @@
"alpha" : 0.0
},
{
"time" : 0.2
"time" : 0.5
},
],
"teleportFadeOut" : [
@ -76,7 +76,7 @@
"time" : 0.0
},
{
"time" : 0.2,
"time" : 0.5,
"alpha" : 0.0
},
],