mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 18:42:01 -04:00
Update test-zone.jsonc to use lowercase for nickname (#2896)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// The file name, should be upper case and 8 characters or less.
|
||||
"iso_name": "TESTZONE",
|
||||
// The nickname, should be exactly 3 characters
|
||||
"nickname": "TSZ", // 3 char name, all uppercase
|
||||
"nickname": "tsz", // 3 char name, all lowercase
|
||||
// Background mesh file.
|
||||
// Must have vertex colors. Use the blender cycles renderer, bake, diffuse, uncheck color,
|
||||
// and bake to vertex colors. For now, only the first vertex color group is used, so make sure you
|
||||
|
||||
Reference in New Issue
Block a user