mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
[IDB Ignore] Centralize HUD icon file location (#22464)
Moves all HUD screen object icon files from various scattered locations to icons/hud. No changes made to any icon_states in this PR, no player-facing changes. Part of larger icon organization work and in preparation for action button rework.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
layer = HUD_BASE_LAYER
|
||||
plane = HUD_PLANE
|
||||
mouse_opacity = MOUSE_OPACITY_OPAQUE
|
||||
icon = 'icons/misc/buildmode.dmi'
|
||||
icon = 'icons/hud/buildmode.dmi'
|
||||
var/datum/click_handler/build_mode/host
|
||||
|
||||
/obj/effect/bmode/New(var/host)
|
||||
|
||||
Reference in New Issue
Block a user