mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
co-authored by
DGamerL
Contrabang
parent
e74f75d73b
commit
41a8cbfe3e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user