From e1b39c42ec04561ef1b05cb488cc1a7c794f5dcd Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Tue, 5 Nov 2024 21:28:12 +0100 Subject: [PATCH] Several map editor improvements --- src/components/gameMaster/GmPanel.vue | 1 - .../gameMaster/zoneEditor/ZoneEditor.vue | 3 ++- .../gameMaster/zoneEditor/partials/TileList.vue | 2 +- .../zoneEditor/zonePartials/ZoneTiles.vue | 14 +++++++++++++- src/components/gui/Clock.vue | 2 +- src/stores/zoneEditorStore.ts | 2 ++ 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/components/gameMaster/GmPanel.vue b/src/components/gameMaster/GmPanel.vue index 4f16ea4..d0a8690 100644 --- a/src/components/gameMaster/GmPanel.vue +++ b/src/components/gameMaster/GmPanel.vue @@ -7,7 +7,6 @@ -