1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +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 "alpha" : 0.0
}, },
{ {
"time" : 0.2 "time" : 0.5
}, },
], ],
"teleportFadeOut" : [ "teleportFadeOut" : [
@@ -76,7 +76,7 @@
"time" : 0.0 "time" : 0.0
}, },
{ {
"time" : 0.2, "time" : 0.5,
"alpha" : 0.0 "alpha" : 0.0
}, },
], ],