Skip to content

Commit 5bd1936

Browse files
committed
OZ will now load on non-clash resources (use OZ_Clash for TTCC Development)
1 parent a040052 commit 5bd1936

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

leveleditor/hoods/OZ.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name_longhand": "outdoor_zone",
33
"storage_files": [
44
"phase_6/dna/storage_OZ.dna",
5-
"phase_6/dna/storage_OZ_sz.dna",
6-
"phase_6/dna/storage_OZ_town.dna"
5+
"phase_6/dna/storage_OZ_sz.dna"
76
],
87
"holiday_storage_files": {
98
"halloween": [

leveleditor/hoods/OZ_Clash.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name_longhand": "outdoor_zone",
3+
"storage_files": [
4+
"phase_6/dna/storage_OZ.dna",
5+
"phase_6/dna/storage_OZ_sz.dna",
6+
"phase_6/dna/storage_OZ_town.dna"
7+
],
8+
"holiday_storage_files": {
9+
"halloween": [
10+
"phase_6/dna/halloween_props_storage_OZ.dna"
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)