Adjust map a bit
This commit is contained in:
parent
5091f67dd7
commit
e3e0b954ee
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue