mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-11 14:34:51 +00:00
fix terrainTiles not found
This commit is contained in:
parent
4337ee85e9
commit
f57acbcbf4
11 changed files with 14 additions and 10 deletions
|
|
@ -27,7 +27,7 @@ export function getActualResourcePath(resourcePath: string) {
|
|||
(s) =>
|
||||
s
|
||||
.replace(
|
||||
/^(textures\/)((lush|desert|badlands|lava|ice|jaggedclaw)\/)/,
|
||||
/^(textures\/)((lush|desert|badlands|lava|ice|jaggedclaw|terrainTiles)\/)/,
|
||||
"$1"
|
||||
)
|
||||
.toLowerCase() === lowerCased
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue