We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a040052 commit 5bd1936Copy full SHA for 5bd1936
2 files changed
leveleditor/hoods/OZ.json
@@ -2,8 +2,7 @@
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"
+ "phase_6/dna/storage_OZ_sz.dna"
7
],
8
"holiday_storage_files": {
9
"halloween": [
leveleditor/hoods/OZ_Clash.json
@@ -0,0 +1,13 @@
1
+{
+ "name_longhand": "outdoor_zone",
+ "storage_files": [
+ "phase_6/dna/storage_OZ.dna",
+ "phase_6/dna/storage_OZ_sz.dna",
+ "phase_6/dna/storage_OZ_town.dna"
+ ],
+ "holiday_storage_files": {
+ "halloween": [
10
+ "phase_6/dna/halloween_props_storage_OZ.dna"
11
+ ]
12
+ }
13
+}
0 commit comments