From 8a6214e893ca66800c1d75e5a370670263c6208d Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 29 Jan 2026 21:49:18 +0100 Subject: [PATCH] restore asset constants --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 25ab7d9..9fde949 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ SRC_DIR = inc SRC = $(shell sed 's|^|$(SRC_DIR)/|' $(ORDER)) ASSETS_LUA = inc/meta/meta.assets.lua +ASSETS_DIR = assets +ASSET_TYPES = tiles sprites sfx music # CI/CD variables VERSION_FILE = .version