Setup/img-maps

* script cleanup
 * fixed subzone generation and made color less garish
 * fixed alphamap generation and alphamapcheck not pointing to the same path
 * fixed padding UtilityScript args with unexpected var types
This commit is contained in:
Sarjuuk
2024-06-21 15:40:29 +02:00
parent 931a90f5c8
commit 615c203c7a
11 changed files with 139 additions and 340 deletions

View File

@@ -341,7 +341,7 @@ class CLISetup
return false;
}
$args = array_pad($args, 4, []);
$args = array_pad($args, 4, null);
$success = $us->run($args);