mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 01:51:46 +00:00
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
|
|
/datum/action/item_action/zoom_speed_action
|
|
name = "Toggle Zooming Speed"
|
|
icon_icon = 'icons/mob/actions/actions_spells.dmi'
|
|
button_icon_state = "projectile"
|
|
background_icon_state = "bg_tech"
|
|
|
|
/datum/action/item_action/zoom_lock_action
|
|
name = "Switch Zoom Mode"
|
|
icon_icon = 'icons/mob/actions/actions_items.dmi'
|
|
button_icon_state = "zoom_mode"
|
|
background_icon_state = "bg_tech"
|