diff --git a/src/components/gameMaster/zoneEditor/ZoneEditor.vue b/src/components/gameMaster/zoneEditor/ZoneEditor.vue
index 6dad5d4..fdd7058 100644
--- a/src/components/gameMaster/zoneEditor/ZoneEditor.vue
+++ b/src/components/gameMaster/zoneEditor/ZoneEditor.vue
@@ -1,7 +1,7 @@
-
-
-
+
+
+
@@ -26,9 +26,9 @@ import ObjectList from '@/components/gameMaster/zoneEditor/partials/ObjectList.v
import ZoneSettings from '@/components/gameMaster/zoneEditor/partials/ZoneSettings.vue'
import ZoneList from '@/components/gameMaster/zoneEditor/partials/ZoneList.vue'
import TeleportModal from '@/components/gameMaster/zoneEditor/partials/TeleportModal.vue'
-import Tiles from '@/components/gameMaster/zoneEditor/Tiles.vue'
-import Objects from '@/components/gameMaster/zoneEditor/Objects.vue'
-import EventTiles from '@/components/gameMaster/zoneEditor/EventTiles.vue'
+import ZoneTiles from '@/components/gameMaster/zoneEditor/ZoneTiles.vue'
+import ZoneObjects from '@/components/gameMaster/zoneEditor/ZoneObjects.vue'
+import ZoneEventTiles from '@/components/gameMaster/zoneEditor/ZoneEventTiles.vue'
const gameStore = useGameStore()
const zoneEditorStore = useZoneEditorStore()
diff --git a/src/components/gameMaster/zoneEditor/EventTiles.vue b/src/components/gameMaster/zoneEditor/ZoneEventTiles.vue
similarity index 100%
rename from src/components/gameMaster/zoneEditor/EventTiles.vue
rename to src/components/gameMaster/zoneEditor/ZoneEventTiles.vue
diff --git a/src/components/gameMaster/zoneEditor/Objects.vue b/src/components/gameMaster/zoneEditor/ZoneObjects.vue
similarity index 84%
rename from src/components/gameMaster/zoneEditor/Objects.vue
rename to src/components/gameMaster/zoneEditor/ZoneObjects.vue
index ce0d3aa..005651a 100644
--- a/src/components/gameMaster/zoneEditor/Objects.vue
+++ b/src/components/gameMaster/zoneEditor/ZoneObjects.vue
@@ -1,40 +1,27 @@
- (selectedZoneObject = object)" />
+ (selectedZoneObject = zoneObject)" />
diff --git a/src/components/zone/Zone.vue b/src/components/zone/Zone.vue
index 5620317..466e36d 100644
--- a/src/components/zone/Zone.vue
+++ b/src/components/zone/Zone.vue
@@ -5,15 +5,15 @@