Adjust map a bit

This commit is contained in:
dazedanon 2025-10-13 19:17:03 -05:00
parent 5091f67dd7
commit e3e0b954ee

View file

@ -113,8 +113,10 @@ GENERIC_FILES = [
]
# List of file patterns that use parseMap
# Be specific to avoid catching non-map files like CommandLayout/mapcommands.json
# SRPG Studio map files in this project follow the pattern Maps/map_XXX.json
MAP_FILES = [
"map",
"map_", # e.g., Maps/map_000.json
]