Action Button Animations (#22492)

* Update action_button.dm

* Update code/_onclick/hud/action_button.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* Update code/_onclick/hud/action_button.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Octus
2023-09-25 18:54:43 -04:00
committed by GitHub
co-authored by DGamerL Contrabang
parent e74f75d73b
commit 41a8cbfe3e
+3
View File
@@ -53,6 +53,9 @@
linked_action.Trigger(left_click = FALSE)
return TRUE
linked_action.Trigger(TRUE)
transform = transform.Scale(0.8, 0.8)
alpha = 200
animate(src, transform = matrix(), time = 0.4 SECONDS, alpha = 255)
return TRUE
/obj/screen/movable/action_button/AltClick(mob/user)