mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
15faaa54f5
* Rewrites how action buttons icons are generated, makes them layer nicer. Allows observers to see a mob's action buttons. * conflicts * Modular! * update modular * icon icon icon icon icon Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: Funce <funce.973@gmail.com>
15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
|
|
/datum/action/item_action/zoom_speed_action
|
|
name = "Toggle Zooming Speed"
|
|
button_icon = 'icons/mob/actions/actions_spells.dmi'
|
|
button_icon_state = "projectile"
|
|
background_icon_state = "bg_tech"
|
|
overlay_icon_state = "bg_tech_border"
|
|
|
|
/datum/action/item_action/zoom_lock_action
|
|
name = "Switch Zoom Mode"
|
|
button_icon = 'icons/mob/actions/actions_items.dmi'
|
|
button_icon_state = "zoom_mode"
|
|
background_icon_state = "bg_tech"
|
|
overlay_icon_state = "bg_tech_border"
|