From 59ffe83f7179d96f2a7202997bee66c5790ebfaa Mon Sep 17 00:00:00 2001 From: Lyndomen <49795619+Lyndomen@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:05:31 -0500 Subject: [PATCH] fixed real --- .../FootPrint/FootPrintsVisualizerSystem.cs | 4 ++-- .../{EE => _EE}/FootPrint/FootPrintsSystem.cs | 5 +++-- .../{EE => _EE}/FootPrint/PuddleFootPrintsSystem.cs | 4 ++-- .../{EE => _EE}/Footprint/FootPrintComponent.cs | 2 +- .../{EE => _EE}/Footprint/FootPrintVisuals.cs | 2 +- .../{EE => _EE}/Footprint/FootPrintsComponent.cs | 4 ++-- .../Footprint/PuddleFootPrintsComponent.cs | 6 +++--- Resources/Prototypes/Entities/Effects/puddle.yml | 12 ++++++++---- .../Prototypes/Entities/Mobs/Species/arachnid.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/Species/base.yml | 2 +- .../Prototypes/Entities/Mobs/Species/diona.yml | 6 +++--- .../Prototypes/Entities/Mobs/Species/dwarf.yml | 6 +++--- .../Prototypes/Entities/Mobs/Species/reptilian.yml | 6 +++--- .../Prototypes/Entities/Mobs/Species/slime.yml | 6 +++--- Resources/Prototypes/Entities/Mobs/Species/vox.yml | 6 +++--- .../Effects/footprints.rsi/dragging-1.png | Bin .../Effects/footprints.rsi/dragging-2.png | Bin .../Effects/footprints.rsi/dragging-3.png | Bin .../Effects/footprints.rsi/dragging-4.png | Bin .../Effects/footprints.rsi/dragging-5.png | Bin .../Effects/footprints.rsi/dragging-test.png | Bin .../footprints.rsi/footprint-left-bare-diona.png | Bin .../footprints.rsi/footprint-left-bare-dwarf.png | Bin .../footprints.rsi/footprint-left-bare-human.png | Bin .../footprints.rsi/footprint-left-bare-lizard.png | Bin .../footprints.rsi/footprint-left-bare-slime.png | Bin .../footprints.rsi/footprint-left-bare-spider.png | Bin .../footprints.rsi/footprint-right-bare-diona.png | Bin .../footprints.rsi/footprint-right-bare-dwarf.png | Bin .../footprints.rsi/footprint-right-bare-human.png | Bin .../footprints.rsi/footprint-right-bare-lizard.png | Bin .../footprints.rsi/footprint-right-bare-slime.png | Bin .../footprints.rsi/footprint-right-bare-spider.png | Bin .../Effects/footprints.rsi/footprint-shoes.png | Bin .../Effects/footprints.rsi/footprint-suit.png | Bin .../{EE => _EE}/Effects/footprints.rsi/meta.json | 0 36 files changed, 40 insertions(+), 35 deletions(-) rename Content.Client/{EE => _EE}/FootPrint/FootPrintsVisualizerSystem.cs (97%) rename Content.Server/{EE => _EE}/FootPrint/FootPrintsSystem.cs (97%) rename Content.Server/{EE => _EE}/FootPrint/PuddleFootPrintsSystem.cs (96%) rename Content.Shared/{EE => _EE}/Footprint/FootPrintComponent.cs (93%) rename Content.Shared/{EE => _EE}/Footprint/FootPrintVisuals.cs (90%) rename Content.Shared/{EE => _EE}/Footprint/FootPrintsComponent.cs (94%) rename Content.Shared/{EE => _EE}/Footprint/PuddleFootPrintsComponent.cs (57%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/dragging-1.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/dragging-2.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/dragging-3.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/dragging-4.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/dragging-5.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/dragging-test.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-left-bare-diona.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-left-bare-dwarf.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-left-bare-human.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-left-bare-lizard.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-left-bare-slime.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-left-bare-spider.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-right-bare-diona.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-right-bare-dwarf.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-right-bare-human.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-right-bare-lizard.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-right-bare-slime.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-right-bare-spider.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-shoes.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/footprint-suit.png (100%) rename Resources/Textures/{EE => _EE}/Effects/footprints.rsi/meta.json (100%) diff --git a/Content.Client/EE/FootPrint/FootPrintsVisualizerSystem.cs b/Content.Client/_EE/FootPrint/FootPrintsVisualizerSystem.cs similarity index 97% rename from Content.Client/EE/FootPrint/FootPrintsVisualizerSystem.cs rename to Content.Client/_EE/FootPrint/FootPrintsVisualizerSystem.cs index 41230a76a7b..ded99d275be 100644 --- a/Content.Client/EE/FootPrint/FootPrintsVisualizerSystem.cs +++ b/Content.Client/_EE/FootPrint/FootPrintsVisualizerSystem.cs @@ -1,9 +1,9 @@ -using Content.Shared.EE.FootPrint; +using Content.Shared._EE.FootPrint; using Robust.Client.GameObjects; using Robust.Client.Graphics; using Robust.Shared.Random; -namespace Content.Client.EE.FootPrint; +namespace Content.Client._EE.FootPrint; public sealed class FootPrintsVisualizerSystem : VisualizerSystem { diff --git a/Content.Server/EE/FootPrint/FootPrintsSystem.cs b/Content.Server/_EE/FootPrint/FootPrintsSystem.cs similarity index 97% rename from Content.Server/EE/FootPrint/FootPrintsSystem.cs rename to Content.Server/_EE/FootPrint/FootPrintsSystem.cs index eca191647a1..b30a721b93b 100644 --- a/Content.Server/EE/FootPrint/FootPrintsSystem.cs +++ b/Content.Server/_EE/FootPrint/FootPrintsSystem.cs @@ -1,15 +1,16 @@ using Content.Server.Atmos.Components; +using Content.Shared._EE.FootPrint; using Content.Shared.Inventory; using Content.Shared.Mobs; using Content.Shared.Mobs.Components; -using Content.Shared.EE.FootPrint; +using Content.Shared._EE.FootPrint; // using Content.Shared.Standing; using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Chemistry.EntitySystems; using Robust.Shared.Map; using Robust.Shared.Random; -namespace Content.Server.EE.FootPrint; +namespace Content.Server._EE.FootPrint; public sealed class FootPrintsSystem : EntitySystem { diff --git a/Content.Server/EE/FootPrint/PuddleFootPrintsSystem.cs b/Content.Server/_EE/FootPrint/PuddleFootPrintsSystem.cs similarity index 96% rename from Content.Server/EE/FootPrint/PuddleFootPrintsSystem.cs rename to Content.Server/_EE/FootPrint/PuddleFootPrintsSystem.cs index b55fe975ec9..a2e7f173069 100644 --- a/Content.Server/EE/FootPrint/PuddleFootPrintsSystem.cs +++ b/Content.Server/_EE/FootPrint/PuddleFootPrintsSystem.cs @@ -1,12 +1,12 @@ using System.Linq; -using Content.Shared.EE.FootPrint; +using Content.Shared._EE.FootPrint; using Content.Shared.Chemistry.Components.SolutionManager; using Content.Shared.Chemistry.EntitySystems; using Content.Shared.Fluids; using Content.Shared.Fluids.Components; using Robust.Shared.Physics.Events; -namespace Content.Server.EE.FootPrint; +namespace Content.Server._EE.FootPrint; public sealed class PuddleFootPrintsSystem : EntitySystem { diff --git a/Content.Shared/EE/Footprint/FootPrintComponent.cs b/Content.Shared/_EE/Footprint/FootPrintComponent.cs similarity index 93% rename from Content.Shared/EE/Footprint/FootPrintComponent.cs rename to Content.Shared/_EE/Footprint/FootPrintComponent.cs index 0671b3b2c41..6f2f2aab727 100644 --- a/Content.Shared/EE/Footprint/FootPrintComponent.cs +++ b/Content.Shared/_EE/Footprint/FootPrintComponent.cs @@ -1,7 +1,7 @@ using Content.Shared.Chemistry.Components; using Robust.Shared.GameStates; -namespace Content.Shared.EE.FootPrint; +namespace Content.Shared._EE.FootPrint; /// /// This is used for marking footsteps, handling footprint drawing. diff --git a/Content.Shared/EE/Footprint/FootPrintVisuals.cs b/Content.Shared/_EE/Footprint/FootPrintVisuals.cs similarity index 90% rename from Content.Shared/EE/Footprint/FootPrintVisuals.cs rename to Content.Shared/_EE/Footprint/FootPrintVisuals.cs index b7e51e94a76..a2ca3d31914 100644 --- a/Content.Shared/EE/Footprint/FootPrintVisuals.cs +++ b/Content.Shared/_EE/Footprint/FootPrintVisuals.cs @@ -1,6 +1,6 @@ using Robust.Shared.Serialization; -namespace Content.Shared.EE.FootPrint; +namespace Content.Shared._EE.FootPrint; [Serializable, NetSerializable] public enum FootPrintVisuals : byte diff --git a/Content.Shared/EE/Footprint/FootPrintsComponent.cs b/Content.Shared/_EE/Footprint/FootPrintsComponent.cs similarity index 94% rename from Content.Shared/EE/Footprint/FootPrintsComponent.cs rename to Content.Shared/_EE/Footprint/FootPrintsComponent.cs index 95cfc635db7..c705c8a209a 100644 --- a/Content.Shared/EE/Footprint/FootPrintsComponent.cs +++ b/Content.Shared/_EE/Footprint/FootPrintsComponent.cs @@ -2,13 +2,13 @@ using Robust.Shared.Prototypes; using Robust.Shared.Utility; -namespace Content.Shared.EE.FootPrint; +namespace Content.Shared._EE.FootPrint; [RegisterComponent] public sealed partial class FootPrintsComponent : Component { [ViewVariables(VVAccess.ReadOnly), DataField] - public ResPath RsiPath = new("/Textures/EE/Effects/footprints.rsi"); //DeltaV moved to its own space + public ResPath RsiPath = new("/Textures/_EE/Effects/footprints.rsi"); //DeltaV moved to its own space // all of those are set as a layer [ViewVariables(VVAccess.ReadOnly), DataField] diff --git a/Content.Shared/EE/Footprint/PuddleFootPrintsComponent.cs b/Content.Shared/_EE/Footprint/PuddleFootPrintsComponent.cs similarity index 57% rename from Content.Shared/EE/Footprint/PuddleFootPrintsComponent.cs rename to Content.Shared/_EE/Footprint/PuddleFootPrintsComponent.cs index f5ae5f2d526..b85fe92842a 100644 --- a/Content.Shared/EE/Footprint/PuddleFootPrintsComponent.cs +++ b/Content.Shared/_EE/Footprint/PuddleFootPrintsComponent.cs @@ -1,11 +1,11 @@ -namespace Content.Shared.EE.FootPrint; +namespace Content.Shared._EE.FootPrint; [RegisterComponent] public sealed partial class PuddleFootPrintsComponent : Component { - [ViewVariables(VVAccess.ReadWrite)] + [ViewVariables()] public float SizeRatio = 0.2f; - [ViewVariables(VVAccess.ReadWrite)] + [ViewVariables()] public float OffPercent = 80f; } diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index 39dadfd2198..fcb52bb53ef 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -113,7 +113,6 @@ components: - type: Clickable - type: Slippery - - type: Transform noRot: true anchored: true @@ -166,10 +165,10 @@ - type: Tag tags: - DNASolutionScannable - - type: PuddleFootPrints #DeltaV- Begin updates from EE Blood Puddle + - type: PuddleFootPrints # DeltaV- Begin updates from EE Blood Puddle - type: entity - name: Footstep + name: footstep id: Footstep save: false description: Trace of liquid @@ -204,4 +203,9 @@ - type: FootPrint - type: Puddle solution: step - - type: Appearance #DeltaV-End updates from EE Blood Puddle + - type: Appearance + - type: SpawnOnDespawn + prototype: PuddleSparkle + - type: TimedDespawn + lifetime: 60 # DeltaV End updates from EE Blood Puddle + diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 55716a3b031..0fd52d3f87a 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -115,8 +115,8 @@ sprite: "Effects/creampie.rsi" state: "creampie_arachnid" visible: false - - type: FootPrints - leftBarePrint: "footprint-left-bare-spider" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-spider" rightBarePrint: "footprint-right-bare-spider" - type: Inventory templateId: arachnid diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 63210c63737..cf1e7ddb2bf 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -216,7 +216,7 @@ - DoorBumpOpener - AnomalyHost - type: PotentialPsionic # DeltaV - organic species can all be psionic - - type: FootPrints #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter - type: entity save: false diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index 2531366faef..177e2af4e02 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -110,9 +110,9 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female - - type: FootPrints - leftBarePrint: "footprint-left-bare-diona" #DeltaV port from EE, blood splatter - rightBarePrint: "footprint-right-bare-diona" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-diona" + rightBarePrint: "footprint-right-bare-diona" - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index 32aa53d17a7..e9ba3427c40 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -64,9 +64,9 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female - - type: FootPrints - leftBarePrint: "footprint-left-bare-dwarf" #DeltaV port from EE, blood splatter - rightBarePrint: "footprint-right-bare-dwarf" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-dwarf" + rightBarePrint: "footprint-right-bare-dwarf" - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index 92f5ec32563..50aed8f9f01 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -77,9 +77,9 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female - - type: FootPrints #DeltaV port from EE, blood splatter - leftBarePrint: "footprint-left-bare-lizard" #DeltaV port from EE, blood splatter - rightBarePrint: "footprint-right-bare-lizard" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-lizard" + rightBarePrint: "footprint-right-bare-lizard" - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index eb4d9ab170c..148532a2a12 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -120,9 +120,9 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female - - type: FootPrints #DeltaV port from EE, blood splatter - leftBarePrint: "footprint-left-bare-slime" #DeltaV port from EE, blood splatter - rightBarePrint: "footprint-right-bare-slime" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-slime" + rightBarePrint: "footprint-right-bare-slime" - type: entity parent: MobHumanDummy diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index a9ed36cf452..0a60ad5f9c4 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -130,9 +130,9 @@ 32: sprite: Mobs/Species/Vox/displacement.rsi state: shoes - - type: FootPrints #DeltaV port from EE, blood splatter - leftBarePrint: "footprint-left-bare-lizard" #DeltaV port from EE, blood splatter - rightBarePrint: "footprint-right-bare-lizard" #DeltaV port from EE, blood splatter + - type: FootPrints # DeltaV port from EE, blood splatter + leftBarePrint: "footprint-left-bare-lizard" + rightBarePrint: "footprint-right-bare-lizard" - type: entity parent: BaseSpeciesDummy diff --git a/Resources/Textures/EE/Effects/footprints.rsi/dragging-1.png b/Resources/Textures/_EE/Effects/footprints.rsi/dragging-1.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/dragging-1.png rename to Resources/Textures/_EE/Effects/footprints.rsi/dragging-1.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/dragging-2.png b/Resources/Textures/_EE/Effects/footprints.rsi/dragging-2.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/dragging-2.png rename to Resources/Textures/_EE/Effects/footprints.rsi/dragging-2.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/dragging-3.png b/Resources/Textures/_EE/Effects/footprints.rsi/dragging-3.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/dragging-3.png rename to Resources/Textures/_EE/Effects/footprints.rsi/dragging-3.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/dragging-4.png b/Resources/Textures/_EE/Effects/footprints.rsi/dragging-4.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/dragging-4.png rename to Resources/Textures/_EE/Effects/footprints.rsi/dragging-4.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/dragging-5.png b/Resources/Textures/_EE/Effects/footprints.rsi/dragging-5.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/dragging-5.png rename to Resources/Textures/_EE/Effects/footprints.rsi/dragging-5.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/dragging-test.png b/Resources/Textures/_EE/Effects/footprints.rsi/dragging-test.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/dragging-test.png rename to Resources/Textures/_EE/Effects/footprints.rsi/dragging-test.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-diona.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-diona.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-diona.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-diona.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-dwarf.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-dwarf.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-dwarf.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-dwarf.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-human.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-human.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-human.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-human.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-lizard.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-lizard.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-lizard.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-lizard.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-slime.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-slime.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-slime.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-slime.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-spider.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-spider.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-left-bare-spider.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-left-bare-spider.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-diona.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-diona.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-diona.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-diona.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-dwarf.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-dwarf.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-dwarf.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-dwarf.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-human.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-human.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-human.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-human.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-lizard.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-lizard.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-lizard.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-lizard.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-slime.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-slime.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-slime.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-slime.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-spider.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-spider.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-right-bare-spider.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-right-bare-spider.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-shoes.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-shoes.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-shoes.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-shoes.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/footprint-suit.png b/Resources/Textures/_EE/Effects/footprints.rsi/footprint-suit.png similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/footprint-suit.png rename to Resources/Textures/_EE/Effects/footprints.rsi/footprint-suit.png diff --git a/Resources/Textures/EE/Effects/footprints.rsi/meta.json b/Resources/Textures/_EE/Effects/footprints.rsi/meta.json similarity index 100% rename from Resources/Textures/EE/Effects/footprints.rsi/meta.json rename to Resources/Textures/_EE/Effects/footprints.rsi/meta.json