From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:28:17 +0000 (-0600) Subject: The HUDening:tm: (SS13 HUD themes, Classic as default, and more) (#22287) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d82312e329d7b7918815f0d374f8e747cb166456;p=space-station-14.git The HUDening:tm: (SS13 HUD themes, Classic as default, and more) (#22287) * updates the classic ui theme, ports some ss13 ui themes * adds retro theme * the rest of it. probably * web pockets for retro * begrudgingly bring back modernized --- diff --git a/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl b/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl index bcfa5a16a4..e9b14b0317 100644 --- a/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl +++ b/Resources/Locale/en-US/escape-menu/ui/options-menu.ftl @@ -50,8 +50,12 @@ ui-options-scale-175 = 175% ui-options-scale-200 = 200% ui-options-hud-theme = HUD Theme: ui-options-hud-theme-default = Default -ui-options-hud-theme-modernized = Modernized -ui-options-hud-theme-classic = Classic +ui-options-hud-theme-plasmafire = Plasmafire +ui-options-hud-theme-slimecore = Slimecore +ui-options-hud-theme-clockwork = Clockwork +ui-options-hud-theme-retro = Retro +ui-options-hud-theme-minimalist = Minimalist +ui-options-hud-theme-eris = Eris ui-options-vp-stretch = Stretch viewport to fit game window ui-options-vp-scale = Fixed viewport scale: x{ $scale } ui-options-vp-integer-scaling = Prefer integer scaling (might cause black bars/clipping) diff --git a/Resources/Prototypes/hud.yml b/Resources/Prototypes/hud.yml index dd4ba5a172..d88bebe6c7 100644 --- a/Resources/Prototypes/hud.yml +++ b/Resources/Prototypes/hud.yml @@ -4,11 +4,31 @@ path: Default - type: hudTheme - id: SS14ModernizedTheme - name: ui-options-hud-theme-modernized - path: Modernized + id: SS14PlasmafireTheme + name: ui-options-hud-theme-plasmafire + path: Plasmafire + +- type: hudTheme + id: SS14SlimecoreTheme + name: ui-options-hud-theme-slimecore + path: Slimecore + +- type: hudTheme + id: SS14ClockworkTheme + name: ui-options-hud-theme-clockwork + path: Clockwork + +- type: hudTheme + id: SS14RetroTheme + name: ui-options-hud-theme-retro + path: Retro + +- type: hudTheme + id: SS14MinimalistTheme + name: ui-options-hud-theme-minimalist + path: Minimalist - type: hudTheme - id: SS14ClassicTheme - name: ui-options-hud-theme-classic - path: Classic + id: SS14ErisTheme + name: ui-options-hud-theme-eris + path: Eris diff --git a/Resources/Prototypes/themes.yml b/Resources/Prototypes/themes.yml index 30a6ec3591..2de265ff77 100644 --- a/Resources/Prototypes/themes.yml +++ b/Resources/Prototypes/themes.yml @@ -13,8 +13,64 @@ dangerousRedFore: "#BB3232" disabledFore: "#5A5A5A" - type: uiTheme - id: SS14ClassicTheme - path: /Textures/Interface/Classic/ + id: SS14PlasmafireTheme + path: /Textures/Interface/Plasmafire/ + colors: + whiteText: "#FFF5EE" + slotSelectedGold: "#FFF5EE" + slotColor: "#FFF5EE" + slotOutline: "#FFF5EE" + slotText: "#FFF5EE" + nanoGold: "#FFF5EE" + goodGreenFore: "#FFF5EE" + concerningOrangeFore: "#FFF5EE" + dangerousRedFore: "#FFF5EE" + disabledFore: "#FFF5EE" +- type: uiTheme + id: SS14SlimecoreTheme + path: /Textures/Interface/Slimecore/ + colors: + whiteText: "#FFF5EE" + slotSelectedGold: "#FFF5EE" + slotColor: "#FFF5EE" + slotOutline: "#FFF5EE" + slotText: "#FFF5EE" + nanoGold: "#FFF5EE" + goodGreenFore: "#FFF5EE" + concerningOrangeFore: "#FFF5EE" + dangerousRedFore: "#FFF5EE" + disabledFore: "#FFF5EE" +- type: uiTheme + id: SS14ClockworkTheme + path: /Textures/Interface/Clockwork/ + colors: + whiteText: "#FFF5EE" + slotSelectedGold: "#FFF5EE" + slotColor: "#FFF5EE" + slotOutline: "#FFF5EE" + slotText: "#FFF5EE" + nanoGold: "#FFF5EE" + goodGreenFore: "#FFF5EE" + concerningOrangeFore: "#FFF5EE" + dangerousRedFore: "#FFF5EE" + disabledFore: "#FFF5EE" +- type: uiTheme + id: SS14RetroTheme + path: /Textures/Interface/Retro/ + colors: + whiteText: "#FFF5EE" + slotSelectedGold: "#FFF5EE" + slotColor: "#FFF5EE" + slotOutline: "#FFF5EE" + slotText: "#FFF5EE" + nanoGold: "#FFF5EE" + goodGreenFore: "#FFF5EE" + concerningOrangeFore: "#FFF5EE" + dangerousRedFore: "#FFF5EE" + disabledFore: "#FFF5EE" +- type: uiTheme + id: SS14MinimalistTheme + path: /Textures/Interface/Minimalist/ colors: whiteText: "#FFF5EE" slotSelectedGold: "#e6b812" @@ -27,8 +83,8 @@ dangerousRedFore: "#BB3232" disabledFore: "#5A5A5A" - type: uiTheme - id: SS14ModernizedTheme - path: /Textures/Interface/Modernized/ + id: SS14ErisTheme + path: /Textures/Interface/Eris/ colors: whiteText: "#FFF5EE" slotSelectedGold: "#e6b812" @@ -39,4 +95,4 @@ goodGreenFore: "#31843E" concerningOrangeFore: "#A5762F" dangerousRedFore: "#BB3232" - disabledFore: "#5A5A5A" + disabledFore: "#5A5A5A" \ No newline at end of file diff --git a/Resources/Textures/Interface/Classic/Slots/back.png b/Resources/Textures/Interface/Classic/Slots/back.png deleted file mode 100644 index 5f46e01b5c..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/back.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/belt.png b/Resources/Textures/Interface/Classic/Slots/belt.png deleted file mode 100644 index 8a240a2cab..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/belt.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/ears.png b/Resources/Textures/Interface/Classic/Slots/ears.png deleted file mode 100644 index a9daf15001..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/ears.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/glasses.png b/Resources/Textures/Interface/Classic/Slots/glasses.png deleted file mode 100644 index 9517a9f270..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/glasses.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/gloves.png b/Resources/Textures/Interface/Classic/Slots/gloves.png deleted file mode 100644 index d3311fcdae..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/gloves.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/hand_l.png b/Resources/Textures/Interface/Classic/Slots/hand_l.png deleted file mode 100644 index 1f61ca6ae5..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/hand_l.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Classic/Slots/hand_l_no_letter.png deleted file mode 100644 index 625ed12452..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/hand_l_no_letter.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/hand_r.png b/Resources/Textures/Interface/Classic/Slots/hand_r.png deleted file mode 100644 index c40220e39e..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/hand_r.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Classic/Slots/hand_r_no_letter.png deleted file mode 100644 index eb0f1a0248..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/hand_r_no_letter.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/head.png b/Resources/Textures/Interface/Classic/Slots/head.png deleted file mode 100644 index f52688bb28..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/head.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/id.png b/Resources/Textures/Interface/Classic/Slots/id.png deleted file mode 100644 index c7e5d64668..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/id.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/mask.png b/Resources/Textures/Interface/Classic/Slots/mask.png deleted file mode 100644 index 8c6375cb22..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/mask.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/neck.png b/Resources/Textures/Interface/Classic/Slots/neck.png deleted file mode 100644 index d744499516..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/neck.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/pocket.png b/Resources/Textures/Interface/Classic/Slots/pocket.png deleted file mode 100644 index 1906cabdcc..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/pocket.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/shoes.png b/Resources/Textures/Interface/Classic/Slots/shoes.png deleted file mode 100644 index f5497fe1d2..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/shoes.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/suit.png b/Resources/Textures/Interface/Classic/Slots/suit.png deleted file mode 100644 index 47e4a59d7f..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/suit.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/suit_storage.png b/Resources/Textures/Interface/Classic/Slots/suit_storage.png deleted file mode 100644 index 3693b73396..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/suit_storage.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/uniform.png b/Resources/Textures/Interface/Classic/Slots/uniform.png deleted file mode 100644 index 10fe9d3754..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/uniform.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/web.png b/Resources/Textures/Interface/Classic/Slots/web.png deleted file mode 100644 index 4c37ac4247..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/web.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/slot_highlight.png b/Resources/Textures/Interface/Classic/slot_highlight.png deleted file mode 100644 index d70086971d..0000000000 Binary files a/Resources/Textures/Interface/Classic/slot_highlight.png and /dev/null differ diff --git a/Resources/Textures/Interface/Clockwork/SlotBackground.png b/Resources/Textures/Interface/Clockwork/SlotBackground.png new file mode 100644 index 0000000000..d749117e5c Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/SlotBackground.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/back.png b/Resources/Textures/Interface/Clockwork/Slots/back.png new file mode 100644 index 0000000000..868e9b9612 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/back.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/belt.png b/Resources/Textures/Interface/Clockwork/Slots/belt.png new file mode 100644 index 0000000000..e122ccc9bf Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/belt.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/ears.png b/Resources/Textures/Interface/Clockwork/Slots/ears.png new file mode 100644 index 0000000000..266f77ad52 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/ears.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/glasses.png b/Resources/Textures/Interface/Clockwork/Slots/glasses.png new file mode 100644 index 0000000000..c58c952982 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/glasses.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/gloves.png b/Resources/Textures/Interface/Clockwork/Slots/gloves.png new file mode 100644 index 0000000000..0a1c8d756b Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/hand_l.png b/Resources/Textures/Interface/Clockwork/Slots/hand_l.png new file mode 100644 index 0000000000..52a6691ffe Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Clockwork/Slots/hand_l_no_letter.png new file mode 100644 index 0000000000..e07ac248f1 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/hand_r.png b/Resources/Textures/Interface/Clockwork/Slots/hand_r.png new file mode 100644 index 0000000000..600c4c0566 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Clockwork/Slots/hand_r_no_letter.png new file mode 100644 index 0000000000..d01818ee09 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/head.png b/Resources/Textures/Interface/Clockwork/Slots/head.png new file mode 100644 index 0000000000..7b6a3a9bbf Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/head.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/id.png b/Resources/Textures/Interface/Clockwork/Slots/id.png new file mode 100644 index 0000000000..63ace2fc65 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/id.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/mask.png b/Resources/Textures/Interface/Clockwork/Slots/mask.png new file mode 100644 index 0000000000..379ef7ef44 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/mask.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/neck.png b/Resources/Textures/Interface/Clockwork/Slots/neck.png new file mode 100644 index 0000000000..2ee061d788 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/neck.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/pocket.png b/Resources/Textures/Interface/Clockwork/Slots/pocket.png new file mode 100644 index 0000000000..71e64bcf0b Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/pocket.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/shoes.png b/Resources/Textures/Interface/Clockwork/Slots/shoes.png new file mode 100644 index 0000000000..62fbf474ab Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/suit.png b/Resources/Textures/Interface/Clockwork/Slots/suit.png new file mode 100644 index 0000000000..660bd0bb8e Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/suit_storage.png b/Resources/Textures/Interface/Clockwork/Slots/suit_storage.png new file mode 100644 index 0000000000..a7584ccfa5 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/suit_storage.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/uniform.png b/Resources/Textures/Interface/Clockwork/Slots/uniform.png new file mode 100644 index 0000000000..f75af1e911 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/uniform.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/web.png b/Resources/Textures/Interface/Clockwork/Slots/web.png new file mode 100644 index 0000000000..62c31699f1 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/web.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_bottom.png b/Resources/Textures/Interface/Clockwork/Storage/piece_bottom.png new file mode 100644 index 0000000000..e084719425 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_bottom.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_bottomLeft.png b/Resources/Textures/Interface/Clockwork/Storage/piece_bottomLeft.png new file mode 100644 index 0000000000..919d946c1f Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_bottomLeft.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_bottomRight.png b/Resources/Textures/Interface/Clockwork/Storage/piece_bottomRight.png new file mode 100644 index 0000000000..bb0e7e95a9 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_bottomRight.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_center.png b/Resources/Textures/Interface/Clockwork/Storage/piece_center.png new file mode 100644 index 0000000000..c78032bfff Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_center.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_left.png b/Resources/Textures/Interface/Clockwork/Storage/piece_left.png new file mode 100644 index 0000000000..c7f252d284 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_left.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_right.png b/Resources/Textures/Interface/Clockwork/Storage/piece_right.png new file mode 100644 index 0000000000..86498b441a Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_right.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_top.png b/Resources/Textures/Interface/Clockwork/Storage/piece_top.png new file mode 100644 index 0000000000..171f8321d1 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_top.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_topLeft.png b/Resources/Textures/Interface/Clockwork/Storage/piece_topLeft.png new file mode 100644 index 0000000000..780a6aba34 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_topLeft.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/piece_topRight.png b/Resources/Textures/Interface/Clockwork/Storage/piece_topRight.png new file mode 100644 index 0000000000..b5f4e6f560 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/piece_topRight.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/sidebar_bottom.png b/Resources/Textures/Interface/Clockwork/Storage/sidebar_bottom.png new file mode 100644 index 0000000000..0ad615bcf9 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/sidebar_bottom.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/sidebar_mid.png b/Resources/Textures/Interface/Clockwork/Storage/sidebar_mid.png new file mode 100644 index 0000000000..b5bf62944a Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/sidebar_mid.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/sidebar_top.png b/Resources/Textures/Interface/Clockwork/Storage/sidebar_top.png new file mode 100644 index 0000000000..b0fbd4a8cb Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/sidebar_top.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/tile_blocked.png b/Resources/Textures/Interface/Clockwork/Storage/tile_blocked.png new file mode 100644 index 0000000000..9a553a3e7b Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/tile_blocked.png differ diff --git a/Resources/Textures/Interface/Clockwork/Storage/tile_blocked_opaque.png b/Resources/Textures/Interface/Clockwork/Storage/tile_blocked_opaque.png new file mode 100644 index 0000000000..c198cd3f97 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Storage/tile_blocked_opaque.png differ diff --git a/Resources/Textures/Interface/Clockwork/slot_highlight.png b/Resources/Textures/Interface/Clockwork/slot_highlight.png new file mode 100644 index 0000000000..04aa4249e5 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/slot_highlight.png differ diff --git a/Resources/Textures/Interface/Clockwork/template_small.png b/Resources/Textures/Interface/Clockwork/template_small.png new file mode 100644 index 0000000000..341f4274c5 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/template_small.png differ diff --git a/Resources/Textures/Interface/Default/SlotBackground.png b/Resources/Textures/Interface/Default/SlotBackground.png index eb0ee037fd..f4185a0479 100644 Binary files a/Resources/Textures/Interface/Default/SlotBackground.png and b/Resources/Textures/Interface/Default/SlotBackground.png differ diff --git a/Resources/Textures/Interface/Default/Slots/back.png b/Resources/Textures/Interface/Default/Slots/back.png index db2ad4b13f..69a33b7aee 100644 Binary files a/Resources/Textures/Interface/Default/Slots/back.png and b/Resources/Textures/Interface/Default/Slots/back.png differ diff --git a/Resources/Textures/Interface/Default/Slots/belt.png b/Resources/Textures/Interface/Default/Slots/belt.png index b16af0c4b9..6725d14ece 100644 Binary files a/Resources/Textures/Interface/Default/Slots/belt.png and b/Resources/Textures/Interface/Default/Slots/belt.png differ diff --git a/Resources/Textures/Interface/Default/Slots/ears.png b/Resources/Textures/Interface/Default/Slots/ears.png index d0c0fc1590..a9daf15001 100644 Binary files a/Resources/Textures/Interface/Default/Slots/ears.png and b/Resources/Textures/Interface/Default/Slots/ears.png differ diff --git a/Resources/Textures/Interface/Default/Slots/glasses.png b/Resources/Textures/Interface/Default/Slots/glasses.png index c4ed533570..9517a9f270 100644 Binary files a/Resources/Textures/Interface/Default/Slots/glasses.png and b/Resources/Textures/Interface/Default/Slots/glasses.png differ diff --git a/Resources/Textures/Interface/Default/Slots/gloves.png b/Resources/Textures/Interface/Default/Slots/gloves.png index 3b54aced99..d3311fcdae 100644 Binary files a/Resources/Textures/Interface/Default/Slots/gloves.png and b/Resources/Textures/Interface/Default/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/Default/Slots/hand_l.png b/Resources/Textures/Interface/Default/Slots/hand_l.png index 779db2f4f7..1f61ca6ae5 100644 Binary files a/Resources/Textures/Interface/Default/Slots/hand_l.png and b/Resources/Textures/Interface/Default/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/Default/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Default/Slots/hand_l_no_letter.png index d06aaa79dd..625ed12452 100644 Binary files a/Resources/Textures/Interface/Default/Slots/hand_l_no_letter.png and b/Resources/Textures/Interface/Default/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/Default/Slots/hand_r.png b/Resources/Textures/Interface/Default/Slots/hand_r.png index 233f978607..c40220e39e 100644 Binary files a/Resources/Textures/Interface/Default/Slots/hand_r.png and b/Resources/Textures/Interface/Default/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/Default/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Default/Slots/hand_r_no_letter.png index 96e3b561a2..eb0f1a0248 100644 Binary files a/Resources/Textures/Interface/Default/Slots/hand_r_no_letter.png and b/Resources/Textures/Interface/Default/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/Default/Slots/head.png b/Resources/Textures/Interface/Default/Slots/head.png index c542ed0cd8..0401f297c8 100644 Binary files a/Resources/Textures/Interface/Default/Slots/head.png and b/Resources/Textures/Interface/Default/Slots/head.png differ diff --git a/Resources/Textures/Interface/Default/Slots/id.png b/Resources/Textures/Interface/Default/Slots/id.png index bf3191cac1..b50a9770a7 100644 Binary files a/Resources/Textures/Interface/Default/Slots/id.png and b/Resources/Textures/Interface/Default/Slots/id.png differ diff --git a/Resources/Textures/Interface/Default/Slots/mask.png b/Resources/Textures/Interface/Default/Slots/mask.png index d616ddabb9..8c6375cb22 100644 Binary files a/Resources/Textures/Interface/Default/Slots/mask.png and b/Resources/Textures/Interface/Default/Slots/mask.png differ diff --git a/Resources/Textures/Interface/Default/Slots/neck.png b/Resources/Textures/Interface/Default/Slots/neck.png index 9458cc1a26..d744499516 100644 Binary files a/Resources/Textures/Interface/Default/Slots/neck.png and b/Resources/Textures/Interface/Default/Slots/neck.png differ diff --git a/Resources/Textures/Interface/Default/Slots/pocket.png b/Resources/Textures/Interface/Default/Slots/pocket.png index abbd289866..c05ef537fd 100644 Binary files a/Resources/Textures/Interface/Default/Slots/pocket.png and b/Resources/Textures/Interface/Default/Slots/pocket.png differ diff --git a/Resources/Textures/Interface/Default/Slots/shoes.png b/Resources/Textures/Interface/Default/Slots/shoes.png index 18f5553d91..f5497fe1d2 100644 Binary files a/Resources/Textures/Interface/Default/Slots/shoes.png and b/Resources/Textures/Interface/Default/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/Default/Slots/suit.png b/Resources/Textures/Interface/Default/Slots/suit.png index c63fb7345a..47e4a59d7f 100644 Binary files a/Resources/Textures/Interface/Default/Slots/suit.png and b/Resources/Textures/Interface/Default/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Default/Slots/suit_storage.png b/Resources/Textures/Interface/Default/Slots/suit_storage.png index aa7a7ccb6a..3693b73396 100644 Binary files a/Resources/Textures/Interface/Default/Slots/suit_storage.png and b/Resources/Textures/Interface/Default/Slots/suit_storage.png differ diff --git a/Resources/Textures/Interface/Default/Slots/uniform.png b/Resources/Textures/Interface/Default/Slots/uniform.png index 188e3387b8..10fe9d3754 100644 Binary files a/Resources/Textures/Interface/Default/Slots/uniform.png and b/Resources/Textures/Interface/Default/Slots/uniform.png differ diff --git a/Resources/Textures/Interface/Default/Slots/web.png b/Resources/Textures/Interface/Default/Slots/web.png index f67ae575c7..55f6ff9d1b 100644 Binary files a/Resources/Textures/Interface/Default/Slots/web.png and b/Resources/Textures/Interface/Default/Slots/web.png differ diff --git a/Resources/Textures/Interface/Default/slot_highlight.png b/Resources/Textures/Interface/Default/slot_highlight.png index e83a2ea824..d70086971d 100644 Binary files a/Resources/Textures/Interface/Default/slot_highlight.png and b/Resources/Textures/Interface/Default/slot_highlight.png differ diff --git a/Resources/Textures/Interface/Default/template_small.png b/Resources/Textures/Interface/Default/template_small.png new file mode 100644 index 0000000000..392ca89b10 Binary files /dev/null and b/Resources/Textures/Interface/Default/template_small.png differ diff --git a/Resources/Textures/Interface/Modernized/Slots/back.png b/Resources/Textures/Interface/Eris/Slots/back.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/back.png rename to Resources/Textures/Interface/Eris/Slots/back.png diff --git a/Resources/Textures/Interface/Modernized/Slots/belt.png b/Resources/Textures/Interface/Eris/Slots/belt.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/belt.png rename to Resources/Textures/Interface/Eris/Slots/belt.png diff --git a/Resources/Textures/Interface/Modernized/Slots/block.png b/Resources/Textures/Interface/Eris/Slots/block.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/block.png rename to Resources/Textures/Interface/Eris/Slots/block.png diff --git a/Resources/Textures/Interface/Modernized/Slots/ears.png b/Resources/Textures/Interface/Eris/Slots/ears.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/ears.png rename to Resources/Textures/Interface/Eris/Slots/ears.png diff --git a/Resources/Textures/Interface/Modernized/Slots/glasses.png b/Resources/Textures/Interface/Eris/Slots/glasses.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/glasses.png rename to Resources/Textures/Interface/Eris/Slots/glasses.png diff --git a/Resources/Textures/Interface/Modernized/Slots/gloves.png b/Resources/Textures/Interface/Eris/Slots/gloves.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/gloves.png rename to Resources/Textures/Interface/Eris/Slots/gloves.png diff --git a/Resources/Textures/Interface/Modernized/Slots/hand_l.png b/Resources/Textures/Interface/Eris/Slots/hand_l.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/hand_l.png rename to Resources/Textures/Interface/Eris/Slots/hand_l.png diff --git a/Resources/Textures/Interface/Modernized/Slots/hand_l_active.png b/Resources/Textures/Interface/Eris/Slots/hand_l_active.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/hand_l_active.png rename to Resources/Textures/Interface/Eris/Slots/hand_l_active.png diff --git a/Resources/Textures/Interface/Modernized/Slots/hand_r.png b/Resources/Textures/Interface/Eris/Slots/hand_r.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/hand_r.png rename to Resources/Textures/Interface/Eris/Slots/hand_r.png diff --git a/Resources/Textures/Interface/Modernized/Slots/hand_r_active.png b/Resources/Textures/Interface/Eris/Slots/hand_r_active.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/hand_r_active.png rename to Resources/Textures/Interface/Eris/Slots/hand_r_active.png diff --git a/Resources/Textures/Interface/Modernized/Slots/head.png b/Resources/Textures/Interface/Eris/Slots/head.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/head.png rename to Resources/Textures/Interface/Eris/Slots/head.png diff --git a/Resources/Textures/Interface/Modernized/Slots/id.png b/Resources/Textures/Interface/Eris/Slots/id.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/id.png rename to Resources/Textures/Interface/Eris/Slots/id.png diff --git a/Resources/Textures/Interface/Modernized/Slots/inventory.png b/Resources/Textures/Interface/Eris/Slots/inventory.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/inventory.png rename to Resources/Textures/Interface/Eris/Slots/inventory.png diff --git a/Resources/Textures/Interface/Modernized/Slots/mask.png b/Resources/Textures/Interface/Eris/Slots/mask.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/mask.png rename to Resources/Textures/Interface/Eris/Slots/mask.png diff --git a/Resources/Textures/Interface/Modernized/Slots/meta b/Resources/Textures/Interface/Eris/Slots/meta similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/meta rename to Resources/Textures/Interface/Eris/Slots/meta diff --git a/Resources/Textures/Interface/Modernized/Slots/neck.png b/Resources/Textures/Interface/Eris/Slots/neck.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/neck.png rename to Resources/Textures/Interface/Eris/Slots/neck.png diff --git a/Resources/Textures/Interface/Modernized/Slots/pocket.png b/Resources/Textures/Interface/Eris/Slots/pocket.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/pocket.png rename to Resources/Textures/Interface/Eris/Slots/pocket.png diff --git a/Resources/Textures/Interface/Modernized/Slots/sheet.png b/Resources/Textures/Interface/Eris/Slots/sheet.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/sheet.png rename to Resources/Textures/Interface/Eris/Slots/sheet.png diff --git a/Resources/Textures/Interface/Modernized/Slots/shoes.png b/Resources/Textures/Interface/Eris/Slots/shoes.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/shoes.png rename to Resources/Textures/Interface/Eris/Slots/shoes.png diff --git a/Resources/Textures/Interface/Modernized/Slots/suit.png b/Resources/Textures/Interface/Eris/Slots/suit.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/suit.png rename to Resources/Textures/Interface/Eris/Slots/suit.png diff --git a/Resources/Textures/Interface/Modernized/Slots/suit_storage.png b/Resources/Textures/Interface/Eris/Slots/suit_storage.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/suit_storage.png rename to Resources/Textures/Interface/Eris/Slots/suit_storage.png diff --git a/Resources/Textures/Interface/Modernized/Slots/uniform.png b/Resources/Textures/Interface/Eris/Slots/uniform.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/uniform.png rename to Resources/Textures/Interface/Eris/Slots/uniform.png diff --git a/Resources/Textures/Interface/Modernized/Slots/web.png b/Resources/Textures/Interface/Eris/Slots/web.png similarity index 100% rename from Resources/Textures/Interface/Modernized/Slots/web.png rename to Resources/Textures/Interface/Eris/Slots/web.png diff --git a/Resources/Textures/Interface/Minimalist/SlotBackground.png b/Resources/Textures/Interface/Minimalist/SlotBackground.png new file mode 100644 index 0000000000..eb0ee037fd Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/SlotBackground.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/back.png b/Resources/Textures/Interface/Minimalist/Slots/back.png new file mode 100644 index 0000000000..db2ad4b13f Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/back.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/belt.png b/Resources/Textures/Interface/Minimalist/Slots/belt.png new file mode 100644 index 0000000000..b16af0c4b9 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/belt.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/ears.png b/Resources/Textures/Interface/Minimalist/Slots/ears.png new file mode 100644 index 0000000000..d0c0fc1590 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/ears.png differ diff --git a/Resources/Textures/Interface/Default/Slots/ears_headset.png b/Resources/Textures/Interface/Minimalist/Slots/ears_headset.png similarity index 100% rename from Resources/Textures/Interface/Default/Slots/ears_headset.png rename to Resources/Textures/Interface/Minimalist/Slots/ears_headset.png diff --git a/Resources/Textures/Interface/Minimalist/Slots/glasses.png b/Resources/Textures/Interface/Minimalist/Slots/glasses.png new file mode 100644 index 0000000000..c4ed533570 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/glasses.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/gloves.png b/Resources/Textures/Interface/Minimalist/Slots/gloves.png new file mode 100644 index 0000000000..3b54aced99 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/hand_l.png b/Resources/Textures/Interface/Minimalist/Slots/hand_l.png new file mode 100644 index 0000000000..779db2f4f7 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Minimalist/Slots/hand_l_no_letter.png new file mode 100644 index 0000000000..d06aaa79dd Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/hand_m.png b/Resources/Textures/Interface/Minimalist/Slots/hand_m.png new file mode 100644 index 0000000000..d06aaa79dd Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/hand_m.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/hand_r.png b/Resources/Textures/Interface/Minimalist/Slots/hand_r.png new file mode 100644 index 0000000000..233f978607 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Minimalist/Slots/hand_r_no_letter.png new file mode 100644 index 0000000000..96e3b561a2 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/head.png b/Resources/Textures/Interface/Minimalist/Slots/head.png new file mode 100644 index 0000000000..c542ed0cd8 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/head.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/id.png b/Resources/Textures/Interface/Minimalist/Slots/id.png new file mode 100644 index 0000000000..bf3191cac1 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/id.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/inventory.png b/Resources/Textures/Interface/Minimalist/Slots/inventory.png new file mode 100644 index 0000000000..33fa9dba2c Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/inventory.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/mask.png b/Resources/Textures/Interface/Minimalist/Slots/mask.png new file mode 100644 index 0000000000..d616ddabb9 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/mask.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/neck.png b/Resources/Textures/Interface/Minimalist/Slots/neck.png new file mode 100644 index 0000000000..9458cc1a26 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/neck.png differ diff --git a/Resources/Textures/Interface/Default/Slots/pda.png b/Resources/Textures/Interface/Minimalist/Slots/pda.png similarity index 100% rename from Resources/Textures/Interface/Default/Slots/pda.png rename to Resources/Textures/Interface/Minimalist/Slots/pda.png diff --git a/Resources/Textures/Interface/Minimalist/Slots/pocket.png b/Resources/Textures/Interface/Minimalist/Slots/pocket.png new file mode 100644 index 0000000000..abbd289866 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/pocket.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/shoes.png b/Resources/Textures/Interface/Minimalist/Slots/shoes.png new file mode 100644 index 0000000000..18f5553d91 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/suit.png b/Resources/Textures/Interface/Minimalist/Slots/suit.png new file mode 100644 index 0000000000..c63fb7345a Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/suit_storage.png b/Resources/Textures/Interface/Minimalist/Slots/suit_storage.png new file mode 100644 index 0000000000..aa7a7ccb6a Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/suit_storage.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/uniform.png b/Resources/Textures/Interface/Minimalist/Slots/uniform.png new file mode 100644 index 0000000000..188e3387b8 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/uniform.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/web.png b/Resources/Textures/Interface/Minimalist/Slots/web.png new file mode 100644 index 0000000000..f67ae575c7 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/web.png differ diff --git a/Resources/Textures/Interface/Minimalist/slot_highlight.png b/Resources/Textures/Interface/Minimalist/slot_highlight.png new file mode 100644 index 0000000000..e83a2ea824 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/slot_highlight.png differ diff --git a/Resources/Textures/Interface/Plasmafire/SlotBackground.png b/Resources/Textures/Interface/Plasmafire/SlotBackground.png new file mode 100644 index 0000000000..5260b94ca0 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/SlotBackground.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/back.png b/Resources/Textures/Interface/Plasmafire/Slots/back.png new file mode 100644 index 0000000000..783d92c978 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/back.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/belt.png b/Resources/Textures/Interface/Plasmafire/Slots/belt.png new file mode 100644 index 0000000000..f14c3ca435 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/belt.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/ears.png b/Resources/Textures/Interface/Plasmafire/Slots/ears.png new file mode 100644 index 0000000000..98c2667ef2 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/ears.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/glasses.png b/Resources/Textures/Interface/Plasmafire/Slots/glasses.png new file mode 100644 index 0000000000..4f8ce53a11 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/glasses.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/gloves.png b/Resources/Textures/Interface/Plasmafire/Slots/gloves.png new file mode 100644 index 0000000000..6a8d3056b6 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/hand_l.png b/Resources/Textures/Interface/Plasmafire/Slots/hand_l.png new file mode 100644 index 0000000000..9d10c31606 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Plasmafire/Slots/hand_l_no_letter.png new file mode 100644 index 0000000000..1ec6b6fa07 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/hand_r.png b/Resources/Textures/Interface/Plasmafire/Slots/hand_r.png new file mode 100644 index 0000000000..93b86f1bd6 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Plasmafire/Slots/hand_r_no_letter.png new file mode 100644 index 0000000000..84f8866f67 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/head.png b/Resources/Textures/Interface/Plasmafire/Slots/head.png new file mode 100644 index 0000000000..b33c7da73b Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/head.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/id.png b/Resources/Textures/Interface/Plasmafire/Slots/id.png new file mode 100644 index 0000000000..20fa70476f Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/id.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/mask.png b/Resources/Textures/Interface/Plasmafire/Slots/mask.png new file mode 100644 index 0000000000..cc1a35f1ff Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/mask.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/neck.png b/Resources/Textures/Interface/Plasmafire/Slots/neck.png new file mode 100644 index 0000000000..2f4a6ea6b9 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/neck.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/pocket.png b/Resources/Textures/Interface/Plasmafire/Slots/pocket.png new file mode 100644 index 0000000000..0d671e7dd9 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/pocket.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/shoes.png b/Resources/Textures/Interface/Plasmafire/Slots/shoes.png new file mode 100644 index 0000000000..6777f3fe01 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/suit.png b/Resources/Textures/Interface/Plasmafire/Slots/suit.png new file mode 100644 index 0000000000..6c43df9c8c Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/suit_storage.png b/Resources/Textures/Interface/Plasmafire/Slots/suit_storage.png new file mode 100644 index 0000000000..b0bb5cc819 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/suit_storage.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/uniform.png b/Resources/Textures/Interface/Plasmafire/Slots/uniform.png new file mode 100644 index 0000000000..7f98121663 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/uniform.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/web.png b/Resources/Textures/Interface/Plasmafire/Slots/web.png new file mode 100644 index 0000000000..1661c12ae8 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/web.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_bottom.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_bottom.png new file mode 100644 index 0000000000..ec0d3309c5 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_bottom.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_bottomLeft.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_bottomLeft.png new file mode 100644 index 0000000000..81ca22e752 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_bottomLeft.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_bottomRight.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_bottomRight.png new file mode 100644 index 0000000000..f2da5fe7f3 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_bottomRight.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_center.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_center.png new file mode 100644 index 0000000000..2ce269ec5d Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_center.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_left.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_left.png new file mode 100644 index 0000000000..bee7958ee0 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_left.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_right.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_right.png new file mode 100644 index 0000000000..a1d0b24d89 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_right.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_top.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_top.png new file mode 100644 index 0000000000..88c4b3e9a1 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_top.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_topLeft.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_topLeft.png new file mode 100644 index 0000000000..4d17a465bb Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_topLeft.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/piece_topRight.png b/Resources/Textures/Interface/Plasmafire/Storage/piece_topRight.png new file mode 100644 index 0000000000..83e194c089 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/piece_topRight.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/sidebar_bottom.png b/Resources/Textures/Interface/Plasmafire/Storage/sidebar_bottom.png new file mode 100644 index 0000000000..1407678d44 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/sidebar_bottom.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/sidebar_mid.png b/Resources/Textures/Interface/Plasmafire/Storage/sidebar_mid.png new file mode 100644 index 0000000000..22ebb90fe5 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/sidebar_mid.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/sidebar_top.png b/Resources/Textures/Interface/Plasmafire/Storage/sidebar_top.png new file mode 100644 index 0000000000..512ac2b1de Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/sidebar_top.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/tile_blocked.png b/Resources/Textures/Interface/Plasmafire/Storage/tile_blocked.png new file mode 100644 index 0000000000..8c8303cd2e Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/tile_blocked.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/tile_blocked_opaque.png b/Resources/Textures/Interface/Plasmafire/Storage/tile_blocked_opaque.png new file mode 100644 index 0000000000..ed269d6023 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/tile_blocked_opaque.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/tile_empty.png b/Resources/Textures/Interface/Plasmafire/Storage/tile_empty.png new file mode 100644 index 0000000000..3e1bb2e046 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/tile_empty.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Storage/tile_empty_opaque.png b/Resources/Textures/Interface/Plasmafire/Storage/tile_empty_opaque.png new file mode 100644 index 0000000000..144a92dd40 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Storage/tile_empty_opaque.png differ diff --git a/Resources/Textures/Interface/Plasmafire/slot_highlight.png b/Resources/Textures/Interface/Plasmafire/slot_highlight.png new file mode 100644 index 0000000000..07d5386772 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/slot_highlight.png differ diff --git a/Resources/Textures/Interface/Plasmafire/template_small.png b/Resources/Textures/Interface/Plasmafire/template_small.png new file mode 100644 index 0000000000..f5395cf6fe Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/template_small.png differ diff --git a/Resources/Textures/Interface/Retro/SlotBackground.png b/Resources/Textures/Interface/Retro/SlotBackground.png new file mode 100644 index 0000000000..819fa70018 Binary files /dev/null and b/Resources/Textures/Interface/Retro/SlotBackground.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/back.png b/Resources/Textures/Interface/Retro/Slots/back.png new file mode 100644 index 0000000000..ea1da1f67b Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/back.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/belt.png b/Resources/Textures/Interface/Retro/Slots/belt.png new file mode 100644 index 0000000000..bf4340c453 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/belt.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/ears.png b/Resources/Textures/Interface/Retro/Slots/ears.png new file mode 100644 index 0000000000..66a3106314 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/ears.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/glasses.png b/Resources/Textures/Interface/Retro/Slots/glasses.png new file mode 100644 index 0000000000..233d2429d6 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/glasses.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/gloves.png b/Resources/Textures/Interface/Retro/Slots/gloves.png new file mode 100644 index 0000000000..3b48e8fdce Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/hand_l.png b/Resources/Textures/Interface/Retro/Slots/hand_l.png new file mode 100644 index 0000000000..e9796fea61 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Retro/Slots/hand_l_no_letter.png new file mode 100644 index 0000000000..ab779af3d5 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/hand_r.png b/Resources/Textures/Interface/Retro/Slots/hand_r.png new file mode 100644 index 0000000000..2f6e281fdc Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Retro/Slots/hand_r_no_letter.png new file mode 100644 index 0000000000..930f56ffd7 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/head.png b/Resources/Textures/Interface/Retro/Slots/head.png new file mode 100644 index 0000000000..2e22f430bd Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/head.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/id.png b/Resources/Textures/Interface/Retro/Slots/id.png new file mode 100644 index 0000000000..60fe216e7f Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/id.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/mask.png b/Resources/Textures/Interface/Retro/Slots/mask.png new file mode 100644 index 0000000000..bc0eecbcd8 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/mask.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/neck.png b/Resources/Textures/Interface/Retro/Slots/neck.png new file mode 100644 index 0000000000..3a5f9b3145 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/neck.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/pocket.png b/Resources/Textures/Interface/Retro/Slots/pocket.png new file mode 100644 index 0000000000..b3fcca51fb Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/pocket.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/shoes.png b/Resources/Textures/Interface/Retro/Slots/shoes.png new file mode 100644 index 0000000000..524034f39d Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/suit.png b/Resources/Textures/Interface/Retro/Slots/suit.png new file mode 100644 index 0000000000..5de5a019ac Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/suit_storage.png b/Resources/Textures/Interface/Retro/Slots/suit_storage.png new file mode 100644 index 0000000000..d79cceccde Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/suit_storage.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/uniform.png b/Resources/Textures/Interface/Retro/Slots/uniform.png new file mode 100644 index 0000000000..15b8a9ed2b Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/uniform.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/web.png b/Resources/Textures/Interface/Retro/Slots/web.png new file mode 100644 index 0000000000..80f4331f27 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/web.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_bottom.png b/Resources/Textures/Interface/Retro/Storage/piece_bottom.png new file mode 100644 index 0000000000..649c7ec695 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_bottom.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_bottomLeft.png b/Resources/Textures/Interface/Retro/Storage/piece_bottomLeft.png new file mode 100644 index 0000000000..7833a53d12 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_bottomLeft.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_bottomRight.png b/Resources/Textures/Interface/Retro/Storage/piece_bottomRight.png new file mode 100644 index 0000000000..d4019934d3 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_bottomRight.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_center.png b/Resources/Textures/Interface/Retro/Storage/piece_center.png new file mode 100644 index 0000000000..1d4e35838f Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_center.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_left.png b/Resources/Textures/Interface/Retro/Storage/piece_left.png new file mode 100644 index 0000000000..43867e2174 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_left.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_right.png b/Resources/Textures/Interface/Retro/Storage/piece_right.png new file mode 100644 index 0000000000..611edb2c7c Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_right.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_top.png b/Resources/Textures/Interface/Retro/Storage/piece_top.png new file mode 100644 index 0000000000..48bc521579 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_top.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_topLeft.png b/Resources/Textures/Interface/Retro/Storage/piece_topLeft.png new file mode 100644 index 0000000000..f5437602ae Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_topLeft.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/piece_topRight.png b/Resources/Textures/Interface/Retro/Storage/piece_topRight.png new file mode 100644 index 0000000000..3d2503d90b Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/piece_topRight.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/sidebar_bottom.png b/Resources/Textures/Interface/Retro/Storage/sidebar_bottom.png new file mode 100644 index 0000000000..dde5384b49 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/sidebar_bottom.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/sidebar_mid.png b/Resources/Textures/Interface/Retro/Storage/sidebar_mid.png new file mode 100644 index 0000000000..dde5384b49 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/sidebar_mid.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/sidebar_top.png b/Resources/Textures/Interface/Retro/Storage/sidebar_top.png new file mode 100644 index 0000000000..dde5384b49 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/sidebar_top.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/tile_blocked.png b/Resources/Textures/Interface/Retro/Storage/tile_blocked.png new file mode 100644 index 0000000000..cedfcffb2b Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/tile_blocked.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/tile_blocked_opaque.png b/Resources/Textures/Interface/Retro/Storage/tile_blocked_opaque.png new file mode 100644 index 0000000000..cedfcffb2b Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/tile_blocked_opaque.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/tile_empty.png b/Resources/Textures/Interface/Retro/Storage/tile_empty.png new file mode 100644 index 0000000000..e3d758dab6 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/tile_empty.png differ diff --git a/Resources/Textures/Interface/Retro/Storage/tile_empty_opaque.png b/Resources/Textures/Interface/Retro/Storage/tile_empty_opaque.png new file mode 100644 index 0000000000..ffa2439067 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Storage/tile_empty_opaque.png differ diff --git a/Resources/Textures/Interface/Retro/slot_highlight.png b/Resources/Textures/Interface/Retro/slot_highlight.png new file mode 100644 index 0000000000..fdd8d21cf2 Binary files /dev/null and b/Resources/Textures/Interface/Retro/slot_highlight.png differ diff --git a/Resources/Textures/Interface/Slimecore/SlotBackground.png b/Resources/Textures/Interface/Slimecore/SlotBackground.png new file mode 100644 index 0000000000..0b737fb490 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/SlotBackground.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/back.png b/Resources/Textures/Interface/Slimecore/Slots/back.png new file mode 100644 index 0000000000..534636a2a2 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/back.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/belt.png b/Resources/Textures/Interface/Slimecore/Slots/belt.png new file mode 100644 index 0000000000..831a52fa37 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/belt.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/ears.png b/Resources/Textures/Interface/Slimecore/Slots/ears.png new file mode 100644 index 0000000000..6fdfbe4793 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/ears.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/glasses.png b/Resources/Textures/Interface/Slimecore/Slots/glasses.png new file mode 100644 index 0000000000..b44cb069cb Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/glasses.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/gloves.png b/Resources/Textures/Interface/Slimecore/Slots/gloves.png new file mode 100644 index 0000000000..c81ba230c9 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/gloves.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/hand_l.png b/Resources/Textures/Interface/Slimecore/Slots/hand_l.png new file mode 100644 index 0000000000..d7c6554855 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/hand_l.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/hand_l_no_letter.png b/Resources/Textures/Interface/Slimecore/Slots/hand_l_no_letter.png new file mode 100644 index 0000000000..26d0ae1084 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/hand_l_no_letter.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/hand_r.png b/Resources/Textures/Interface/Slimecore/Slots/hand_r.png new file mode 100644 index 0000000000..67c50e86c1 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/hand_r.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/hand_r_no_letter.png b/Resources/Textures/Interface/Slimecore/Slots/hand_r_no_letter.png new file mode 100644 index 0000000000..977433b9f7 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/hand_r_no_letter.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/head.png b/Resources/Textures/Interface/Slimecore/Slots/head.png new file mode 100644 index 0000000000..6a40cc6cd1 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/head.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/id.png b/Resources/Textures/Interface/Slimecore/Slots/id.png new file mode 100644 index 0000000000..6509274514 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/id.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/mask.png b/Resources/Textures/Interface/Slimecore/Slots/mask.png new file mode 100644 index 0000000000..cd4c2ddbd5 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/mask.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/neck.png b/Resources/Textures/Interface/Slimecore/Slots/neck.png new file mode 100644 index 0000000000..c2f98fd372 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/neck.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/pocket.png b/Resources/Textures/Interface/Slimecore/Slots/pocket.png new file mode 100644 index 0000000000..164e103b40 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/pocket.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/shoes.png b/Resources/Textures/Interface/Slimecore/Slots/shoes.png new file mode 100644 index 0000000000..50e6aad6fe Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/shoes.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/suit.png b/Resources/Textures/Interface/Slimecore/Slots/suit.png new file mode 100644 index 0000000000..34972ec890 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/suit.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/suit_storage.png b/Resources/Textures/Interface/Slimecore/Slots/suit_storage.png new file mode 100644 index 0000000000..c5564c2e42 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/suit_storage.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/uniform.png b/Resources/Textures/Interface/Slimecore/Slots/uniform.png new file mode 100644 index 0000000000..1a43266a7d Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/uniform.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/web.png b/Resources/Textures/Interface/Slimecore/Slots/web.png new file mode 100644 index 0000000000..bf7588cc1c Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/web.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_bottom.png b/Resources/Textures/Interface/Slimecore/Storage/piece_bottom.png new file mode 100644 index 0000000000..8e9568e59e Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_bottom.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_bottomLeft.png b/Resources/Textures/Interface/Slimecore/Storage/piece_bottomLeft.png new file mode 100644 index 0000000000..35ea142214 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_bottomLeft.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_bottomRight.png b/Resources/Textures/Interface/Slimecore/Storage/piece_bottomRight.png new file mode 100644 index 0000000000..bc55aeb656 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_bottomRight.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_center.png b/Resources/Textures/Interface/Slimecore/Storage/piece_center.png new file mode 100644 index 0000000000..5279fa47f0 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_center.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_left.png b/Resources/Textures/Interface/Slimecore/Storage/piece_left.png new file mode 100644 index 0000000000..c43c940be2 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_left.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_right.png b/Resources/Textures/Interface/Slimecore/Storage/piece_right.png new file mode 100644 index 0000000000..25beea9bba Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_right.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_top.png b/Resources/Textures/Interface/Slimecore/Storage/piece_top.png new file mode 100644 index 0000000000..f322ea3c09 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_top.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_topLeft.png b/Resources/Textures/Interface/Slimecore/Storage/piece_topLeft.png new file mode 100644 index 0000000000..103ed6f499 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_topLeft.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/piece_topRight.png b/Resources/Textures/Interface/Slimecore/Storage/piece_topRight.png new file mode 100644 index 0000000000..ab03a15b8c Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/piece_topRight.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/tile_blocked.png b/Resources/Textures/Interface/Slimecore/Storage/tile_blocked.png new file mode 100644 index 0000000000..c5b1701f39 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/tile_blocked.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/tile_blocked_opaque.png b/Resources/Textures/Interface/Slimecore/Storage/tile_blocked_opaque.png new file mode 100644 index 0000000000..d7dd48d5a6 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/tile_blocked_opaque.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/tile_empty.png b/Resources/Textures/Interface/Slimecore/Storage/tile_empty.png new file mode 100644 index 0000000000..f49fafe7cb Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/tile_empty.png differ diff --git a/Resources/Textures/Interface/Slimecore/Storage/tile_empty_opaque.png b/Resources/Textures/Interface/Slimecore/Storage/tile_empty_opaque.png new file mode 100644 index 0000000000..5db0fd53d1 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Storage/tile_empty_opaque.png differ diff --git a/Resources/Textures/Interface/Slimecore/slot_highlight.png b/Resources/Textures/Interface/Slimecore/slot_highlight.png new file mode 100644 index 0000000000..4b39dc563a Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/slot_highlight.png differ diff --git a/Resources/Textures/Interface/Slimecore/template_small.png b/Resources/Textures/Interface/Slimecore/template_small.png new file mode 100644 index 0000000000..738217811e Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/template_small.png differ