[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:
Batrachophreno
2026-05-18 19:19:40 +00:00
committed by GitHub
parent 6a7e13762b
commit 9d6b304ac7
88 changed files with 143 additions and 139 deletions
+1 -1
View File
@@ -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)