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:
parent
8fbeff2a02
commit
a0bd46c9dd
@ -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
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user