mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Adjusts easing in places where EASE_IN/OUT was applied without a curve. (#92976)
Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
/obj/effect/temp_visual/curse_blast/Initialize(mapload)
|
||||
. = ..()
|
||||
animate(src, transform = matrix() * 0.2, time = 0, flags = ANIMATION_PARALLEL)
|
||||
animate(transform = matrix() * 2, time = duration, easing = EASE_IN)
|
||||
animate(transform = matrix() * 2, time = duration, easing = QUAD_EASING|EASE_IN)
|
||||
|
||||
animate(src, alpha = 255, time = 0, flags = ANIMATION_PARALLEL)
|
||||
animate(alpha = 255, time = 0.2 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user