From df085da8ffc449e06da36b4a3ac443bb4b60a467 Mon Sep 17 00:00:00 2001 From: Bela Mezo Date: Thu, 12 Feb 2026 18:58:24 +0100 Subject: [PATCH] Add the map to the asset types for export-import. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 383f4f4..41b3b5c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ SRC = $(shell sed 's|^|$(SRC_DIR)/|' $(ORDER)) ASSETS_LUA = inc/meta/meta.assets.lua ASSETS_DIR = assets -ASSET_TYPES = tiles sprites sfx music +ASSET_TYPES = map tiles sprites sfx music # CI/CD variables VERSION_FILE = .version