-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de974d6
commit cd10305
Showing
15 changed files
with
937 additions
and
911 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
class Scenes1: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 1,0": {"null": []}, | ||
"scene 1,1": {"null": []}, | ||
"scene 1,2": {"null": []}, | ||
"scene 1,3": {"null": []}, | ||
"scene 1,4": {"null": []}, | ||
"scene 1,5": {"null": []}, | ||
"scene 1,6": {"null": []}, | ||
"scene 1,7": {"null": []} | ||
|
||
} | ||
class Scenes1: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 1,0": {"null": []}, | ||
"scene 1,1": {"null": []}, | ||
"scene 1,2": {"null": []}, | ||
"scene 1,3": {"null": []}, | ||
"scene 1,4": {"null": []}, | ||
"scene 1,5": {"null": []}, | ||
"scene 1,6": {"null": []}, | ||
"scene 1,7": {"null": []} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,82 @@ | ||
class Scenes10: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 10,0": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(6, 10), (11, 10), (16, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(11, 15), (16, 15), (36, 15), (56, 15), (61, 15), (66, 15), | ||
(16, 20), (31, 20), (41, 20), | ||
(36, 25), (56, 25), (61, 25), (66, 25), | ||
(16, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"enemies": {"tektite":[("S10E01"), ("S10E02"), ("S10E03"), ("S10E04")]} | ||
|
||
}, | ||
|
||
"scene 10,1": { | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), | ||
(1, 10), | ||
(21, 15), | ||
(11, 20), | ||
(21, 25), | ||
(1, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"water": [(41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(41, 15), (46, 15), (51, 15), (56, 15), (61, 15), (66, 15)], | ||
"enemies": {"octorok": [("S10E05"), ("S10E06"), ("S10E07")], "zora": [("S10E08")]} | ||
|
||
}, | ||
"scene 10,2": { | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (11, 10), (16, 10), (21, 10), (26, 10), (41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(1, 30), (6, 30), (11, 30), (16, 30), (21, 30), (26, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35)], | ||
"water": [(41, 25), (46, 25), (51, 25), (56, 25), (61, 25), (66, 25), | ||
(41, 30), (46, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35),], | ||
"enemies":{"zora": [("S10E09")]} | ||
|
||
}, | ||
"scene 10,3": { | ||
"walls": [(11, 20)], | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (21, 10), (26, 10), (41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(1, 15), | ||
(1, 20), | ||
(1, 25), | ||
(1, 30), (21, 30), (26, 30), (41, 30), (46, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"enemies": {"octorok": [("S10E10"), ("S10E11"), ("S10E12"), ("S10E13"), ("S10E14")]} | ||
|
||
}, | ||
"scene 10,4": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (61, 10), (66, 10), | ||
(1, 15), (66, 15), | ||
(1, 20), (66, 20), | ||
(1, 25), (66, 25), | ||
(1, 30), (6, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"bushes": [(16, 15), (51, 15), | ||
(16, 25), (51, 25)], | ||
"water": [(26, 15), (31, 15), (36, 15), (41, 15), | ||
(26, 20), (31, 20), (36, 20), (41, 20), | ||
], | ||
|
||
}, | ||
"scene 10,5": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"sand": [(1, 10), (16, 10), (31, 10), (46, 10), (61, 10), | ||
(6, 15), (21, 15), (36, 15), (51, 15), (66, 15), | ||
(11, 20), (26, 20), (41, 20), (56, 20), | ||
(1, 25), (16, 25), (31, 25), (46, 25), (61, 25), | ||
(6, 30), (21, 30), (36, 30), (51, 30), (66, 30)], | ||
}, | ||
"scene 10,6": {"null": []}, | ||
"scene 10,7": {"null": []} | ||
|
||
} | ||
class Scenes10: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 10,0": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(6, 10), (11, 10), (16, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(11, 15), (16, 15), (36, 15), (56, 15), (61, 15), (66, 15), | ||
(16, 20), (31, 20), (41, 20), | ||
(36, 25), (56, 25), (61, 25), (66, 25), | ||
(16, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"enemies": {"tektite":[("S10E01"), ("S10E02"), ("S10E03"), ("S10E04")]} | ||
|
||
}, | ||
|
||
"scene 10,1": { | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), | ||
(1, 10), | ||
(21, 15), | ||
(11, 20), | ||
(21, 25), | ||
(1, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"water": [(41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(41, 15), (46, 15), (51, 15), (56, 15), (61, 15), (66, 15)], | ||
"enemies": {"octorok": [("S10E05"), ("S10E06"), ("S10E07")], "zora": [("S10E08")]} | ||
|
||
}, | ||
"scene 10,2": { | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (11, 10), (16, 10), (21, 10), (26, 10), (41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(1, 30), (6, 30), (11, 30), (16, 30), (21, 30), (26, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35)], | ||
"water": [(41, 25), (46, 25), (51, 25), (56, 25), (61, 25), (66, 25), | ||
(41, 30), (46, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35),], | ||
"enemies":{"zora": [("S10E09")]} | ||
|
||
}, | ||
"scene 10,3": { | ||
"walls": [(11, 20)], | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (21, 10), (26, 10), (41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(1, 15), | ||
(1, 20), | ||
(1, 25), | ||
(1, 30), (21, 30), (26, 30), (41, 30), (46, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"enemies": {"octorok": [("S10E10"), ("S10E11"), ("S10E12"), ("S10E13"), ("S10E14")]} | ||
|
||
}, | ||
"scene 10,4": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (61, 10), (66, 10), | ||
(1, 15), (66, 15), | ||
(1, 20), (66, 20), | ||
(1, 25), (66, 25), | ||
(1, 30), (6, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"bushes": [(16, 15), (51, 15), | ||
(16, 25), (51, 25)], | ||
"water": [(26, 15), (31, 15), (36, 15), (41, 15), | ||
(26, 20), (31, 20), (36, 20), (41, 20), | ||
], | ||
|
||
}, | ||
"scene 10,5": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"sand": [(1, 10), (16, 10), (31, 10), (46, 10), (61, 10), | ||
(6, 15), (21, 15), (36, 15), (51, 15), (66, 15), | ||
(11, 20), (26, 20), (41, 20), (56, 20), | ||
(1, 25), (16, 25), (31, 25), (46, 25), (61, 25), | ||
(6, 30), (21, 30), (36, 30), (51, 30), (66, 30)], | ||
}, | ||
"scene 10,6": {"null": []}, | ||
"scene 10,7": {"null": []} | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,50 @@ | ||
class Scenes11: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 11,0": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (11, 10), (16, 10), (21, 10), (41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(1, 15), (6, 15), (11, 15), (46, 15), (51, 15), (56, 15), (61, 15), (66, 15), | ||
(1, 25), (6, 25), (11, 25), (46, 25), (51, 25), (56, 25), (61, 25), (66, 25), | ||
(1, 30), (6, 30), (11, 30), (16, 30), (21, 30), (41, 30), (46, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)] | ||
|
||
}, | ||
"scene 11,1": { | ||
"bushes": [(46, 5), (51, 5), (56, 5), (66, 5), | ||
(51, 15), | ||
(51, 25), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"water": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), | ||
(1, 10), (6, 10), (11, 10), (16, 10), (21, 10), (26, 10), | ||
(1, 15), (6, 15), (11, 15), (16, 15), (21, 15), (26, 15)] | ||
|
||
}, | ||
"scene 11,2": { | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), | ||
(56, 15), | ||
(56, 25), | ||
(46, 35), (51, 35), (56, 35), (66, 35)], | ||
"water": [(1, 25), (6, 25), (11, 25), (16, 25), (21, 25), (26, 25), | ||
(1, 30), (6, 30), (11, 30), (16, 30), (21, 30), (26, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35)] | ||
|
||
}, | ||
"scene 11,3": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (41, 5), (46, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (61, 10), (66, 10), | ||
(1, 30), (6, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"bushes": [(21, 15), (46, 15), (21, 25), (46, 25)], | ||
"doors": [(51, 5)] | ||
|
||
}, | ||
"scene 11,4": {"null": []}, | ||
"scene 11,5": {"null": []}, | ||
"scene 11,6": {"null": []}, | ||
"scene 11,7": {"null": []} | ||
|
||
} | ||
class Scenes11: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 11,0": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (11, 10), (16, 10), (21, 10), (41, 10), (46, 10), (51, 10), (56, 10), (61, 10), (66, 10), | ||
(1, 15), (6, 15), (11, 15), (46, 15), (51, 15), (56, 15), (61, 15), (66, 15), | ||
(1, 25), (6, 25), (11, 25), (46, 25), (51, 25), (56, 25), (61, 25), (66, 25), | ||
(1, 30), (6, 30), (11, 30), (16, 30), (21, 30), (41, 30), (46, 30), (51, 30), (56, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)] | ||
|
||
}, | ||
"scene 11,1": { | ||
"bushes": [(46, 5), (51, 5), (56, 5), (66, 5), | ||
(51, 15), | ||
(51, 25), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"water": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), | ||
(1, 10), (6, 10), (11, 10), (16, 10), (21, 10), (26, 10), | ||
(1, 15), (6, 15), (11, 15), (16, 15), (21, 15), (26, 15)] | ||
|
||
}, | ||
"scene 11,2": { | ||
"bushes": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (31, 5), (36, 5), (41, 5), (46, 5), (51, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), | ||
(56, 15), | ||
(56, 25), | ||
(46, 35), (51, 35), (56, 35), (66, 35)], | ||
"water": [(1, 25), (6, 25), (11, 25), (16, 25), (21, 25), (26, 25), | ||
(1, 30), (6, 30), (11, 30), (16, 30), (21, 30), (26, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35)] | ||
|
||
}, | ||
"scene 11,3": { | ||
"walls": [(1, 5), (6, 5), (11, 5), (16, 5), (21, 5), (26, 5), (41, 5), (46, 5), (56, 5), (61, 5), (66, 5), | ||
(1, 10), (6, 10), (61, 10), (66, 10), | ||
(1, 30), (6, 30), (61, 30), (66, 30), | ||
(1, 35), (6, 35), (11, 35), (16, 35), (21, 35), (26, 35), (31, 35), (36, 35), (41, 35), (46, 35), (51, 35), (56, 35), (61, 35), (66, 35)], | ||
"bushes": [(21, 15), (46, 15), (21, 25), (46, 25)], | ||
"doors": [(51, 5)] | ||
|
||
}, | ||
"scene 11,4": {"null": []}, | ||
"scene 11,5": {"null": []}, | ||
"scene 11,6": {"null": []}, | ||
"scene 11,7": {"null": []} | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
class Scenes12: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 12,0": {"null": []}, | ||
"scene 12,1": {"null": []}, | ||
"scene 12,2": {"null": []}, | ||
"scene 12,3": {"null": []}, | ||
"scene 12,4": {"null": []}, | ||
"scene 12,5": {"null": []}, | ||
"scene 12,6": {"null": []}, | ||
"scene 12,7": {"null": []} | ||
|
||
class Scenes12: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 12,0": {"null": []}, | ||
"scene 12,1": {"null": []}, | ||
"scene 12,2": {"null": []}, | ||
"scene 12,3": {"null": []}, | ||
"scene 12,4": {"null": []}, | ||
"scene 12,5": {"null": []}, | ||
"scene 12,6": {"null": []}, | ||
"scene 12,7": {"null": []} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
class Scenes13: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 13,0": {"null": []}, | ||
"scene 13,1": {"null": []}, | ||
"scene 13,2": {"null": []}, | ||
"scene 13,3": {"null": []}, | ||
"scene 13,4": {"null": []}, | ||
"scene 13,5": {"null": []}, | ||
"scene 13,6": {"null": []}, | ||
"scene 13,7": {"null": []} | ||
|
||
class Scenes13: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 13,0": {"null": []}, | ||
"scene 13,1": {"null": []}, | ||
"scene 13,2": {"null": []}, | ||
"scene 13,3": {"null": []}, | ||
"scene 13,4": {"null": []}, | ||
"scene 13,5": {"null": []}, | ||
"scene 13,6": {"null": []}, | ||
"scene 13,7": {"null": []} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
class Scenes2: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 2,0": {"null": []}, | ||
"scene 2,1": {"null": []}, | ||
"scene 2,2": {"null": []}, | ||
"scene 2,3": {"null": []}, | ||
"scene 2,4": {"null": []}, | ||
"scene 2,5": {"null": []}, | ||
"scene 2,6": {"null": []}, | ||
"scene 2,7": {"null": []} | ||
|
||
} | ||
class Scenes2: | ||
def __init__(self): | ||
|
||
self.scenes = { | ||
"scene 2,0": {"null": []}, | ||
"scene 2,1": {"null": []}, | ||
"scene 2,2": {"null": []}, | ||
"scene 2,3": {"null": []}, | ||
"scene 2,4": {"null": []}, | ||
"scene 2,5": {"null": []}, | ||
"scene 2,6": {"null": []}, | ||
"scene 2,7": {"null": []} | ||
|
||
} | ||
|
Oops, something went wrong.