From c7a3d744088a9179c48e49581e183e09610608f1 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Fri, 18 Oct 2024 17:47:11 +0200 Subject: [PATCH] Removed todo comment --- src/components/gameMaster/zoneEditor/Tiles.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/gameMaster/zoneEditor/Tiles.vue b/src/components/gameMaster/zoneEditor/Tiles.vue index 58ab843..91452d5 100644 --- a/src/components/gameMaster/zoneEditor/Tiles.vue +++ b/src/components/gameMaster/zoneEditor/Tiles.vue @@ -20,10 +20,6 @@ const zoneEditorStore = useZoneEditorStore() const zoneTilemap = createTilemap() const tiles = createTileLayer() -/** - * @TODO : Add delete tile functionality - */ - function createTilemap() { const zoneData = new Phaser.Tilemaps.MapData({ width: zoneEditorStore.zone?.width,