From 84f8db5e101bfcbd39efb584c3820fd9af15e7cf Mon Sep 17 00:00:00 2001 From: Andrei Bornstein Date: Mon, 3 Mar 2025 14:38:10 -0600 Subject: [PATCH] Split depth map object demo --- .../game/map/partials/PlacedMapObject.vue | 44 ++++---------- .../mapEditor/mapPartials/ImageGroup.vue | 59 +++++++++++++++++++ 2 files changed, 70 insertions(+), 33 deletions(-) create mode 100644 src/components/gameMaster/mapEditor/mapPartials/ImageGroup.vue diff --git a/src/components/game/map/partials/PlacedMapObject.vue b/src/components/game/map/partials/PlacedMapObject.vue index 842e662..a1d6cb2 100644 --- a/src/components/game/map/partials/PlacedMapObject.vue +++ b/src/components/game/map/partials/PlacedMapObject.vue @@ -1,22 +1,22 @@ \ No newline at end of file