-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenes.json
More file actions
208 lines (206 loc) · 7.06 KB
/
scenes.json
File metadata and controls
208 lines (206 loc) · 7.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"arcade" : {
"dialogues" : "dialogue/Arcade_dialogue.json",
"tiled": "./tileset/Arcade.json"
},
"arcade-under" : {
"dialogues" : "dialogue/Arcade_dialogue.json",
"tiled": "./tileset/Arcade-under.json"
},
"bar" : {
"dialogues" : "dialogue/PHQ_Dialogs_Part1.json",
"fight_background": "./imgs/Tavern1024x768.png",
"fight_half_background": true,
"fight_fill_backgrounf": "#6b4721",
"tiled": "./tileset/bar1.json"
},
"bar_basement" : {
"dialogues" : "dialogue/bar_basement.json",
"fight_background": "./imgs/Tavern1024x768.png",
"fight_half_background": true,
"fight_fill_backgrounf": "#6b4721",
"tiled": "./tileset/bar_basement.tmj"
},
"fighting pit": {
"dialogues" : "dialogue/fight-pit.json",
"tiled": "./tileset/battle-pit.json"
},
"international_bar" : {
"dialogues" : "dialogue/PHQ_Dialogs_Part1.json",
"fight_background": "./imgs/Tavern1024x768.png",
"fight_half_background": true,
"fight_fill_backgrounf": "#6b4721",
"tiled": "./tileset/international_bar.json"
},
"park": {
"dialogues" : "dialogue/park.json",
"tiled": "./tileset/park.json",
"fight_background": "./imgs/park_bg.png",
"fight_half_background": true,
"fight_fill_backgrounf": "#16502d",
"exterior": 1
},
"street0": {
"exterior": 1,
"dialogues" : "dialogue/st0_dialogues.json",
"out": {
"right" : {
"to": "STREET1",
"entry" : 2
},
"up" : {
"to": "park",
"entry": 2
}
},
"tiled": "./tileset/Street0.json"
},
"street1" : {
"exterior": 1,
"dialogues" : "dialogue/street1.json",
"out": {
"left" : "street0"
},
"tiled": "./tileset/Street1.json"
},
"street2" : {
"exterior": 1,
"tiled": "./tileset/Street2.json"
},
"whellball-noitoise-satdium" : {
"exterior": 1,
"dialogues" : "dialogue/st0_dialogues.json",
"tiled": "./tileset/whellball-noitoise-stade.tmj"
},
"street3" : {
"exterior": 1,
"out": {
"down" : {
"to": "street4",
"entry" : 4
}
},
"dialogues" : "dialogue/school.json",
"tiled": "./tileset/Street3.json"
},
"street4" : {
"exterior": 1,
"out": {
"up" : "street3"
},
"dialogues" : "dialogue/street4.json",
"tiled": "./tileset/Street4.json"
},
"wut" : {
"dialogues" : "dialogue/Anita.json",
"tiled": "./tileset/WUT.json"
},
"police" : {
"tiled" : "./tileset/Police.json" ,
"dialogues" : "dialogue/police.json"
},
"neighbor_house0" : {
"tiled": "./tileset/neighbor_house0.json"
},
"neighbor_house1" : {
"tiled": "./tileset/neighbor_house1.json"
},
"rand_student_house_l" : {
"tiled": "./tileset/rand_student_house_l.json",
"dialogues" : "dialogue/school.json"
},
"house0" : {
"dialogues" : "dialogue/house_dialogue.json",
"tiled": "./tileset/House0.json"
},
"house1" : {
"dialogues" : "dialogue/house_dialogue.json",
"tiled": "./tileset/House1.json"
},
"house2" : {
"tiled": "./tileset/House2.json"
},
"hiden_house" : {
"dialogues" : "dialogue/school.json",
"tiled": "./tileset/hiden_house.json"
},
"townhall" : { "tiled": "./tileset/Town_Hall.json" ,
"dialogues" : "dialogue/TH_dialogue.json"},
"townhall_l1" : { "tiled": "./tileset/Town_Hall_lvl1.json" },
"townhall_l2" : { "tiled": "./tileset/Town_Hall_lvl2.json" },
"townhall_s00" : { "tiled": "./tileset/Town_Hall_side00.json",
"dialogues" : "dialogue/TH_dialogue.json"},
"townhall_s01" : { "tiled": "./tileset/Town_Hall_side01.json",
"dialogues" : "dialogue/TH_dialogue.json"},
"townhall_s20" : { "tiled": "./tileset/Town_Hall_side20.json" },
"townhall_s10" : { "tiled": "./tileset/Town_Hall_side10.json" },
"townhall_s11" : { "tiled": "./tileset/Town_Hall_side11.json" },
"townhall_s21" : { "tiled": "./tileset/Town_Hall_side21.json" },
"school0" : {"tiled": "./tileset/school0.json",
"dialogues" : "dialogue/school.json"},
"school1" : {"tiled": "./tileset/school1.json",
"dialogues" : "dialogue/school.json"},
"school2" : {"tiled": "./tileset/school2.json",
"dialogues" : "dialogue/school.json"},
"school3" : {"tiled": "./tileset/school3.json",
"dialogues" : "dialogue/school.json"},
"school_under" : {"tiled": "./tileset/school_under.json",
"dialogues" : "dialogue/school.json"},
"school_class_00" : {"tiled": "./tileset/school_class_00.json",
"dialogues" : "dialogue/school.json"},
"school_class_01" : {"tiled": "./tileset/school_class_01.json",
"dialogues" : "dialogue/school.json"},
"school_class_02" : {"tiled": "./tileset/school_class_02.json",
"dialogues" : "dialogue/school.json"},
"school_class_03" : {"tiled": "./tileset/school_class_03.json",
"dialogues" : "dialogue/school.json"},
"school_class_04" : {"tiled": "./tileset/school_class_04.json",
"dialogues" : "dialogue/school.json"},
"school_class_05" : {"tiled": "./tileset/school_class_05.json",
"dialogues" : "dialogue/school.json"},
"school_class_10" : {"tiled": "./tileset/school_class_10.json",
"dialogues" : "dialogue/school.json"},
"school_class_11" : {"tiled": "./tileset/school_class_11.json",
"dialogues" : "dialogue/school.json"},
"school_class_12" : {"tiled": "./tileset/school_class_12.json",
"dialogues" : "dialogue/school.json"},
"school_class_13" : {"tiled": "./tileset/school_class_13.json",
"dialogues" : "dialogue/school.json"},
"school_class_14" : {"tiled": "./tileset/school_class_14.json",
"dialogues" : "dialogue/school.json"},
"science room" : {"tiled": "./tileset/science_room.json",
"dialogues" : "dialogue/school.json"},
"teacher_room" : {"tiled": "./tileset/teacher_room.json",
"dialogues" : "dialogue/school.json"},
"school_bibli" : {"tiled": "./tileset/school_bibli.json",
"dialogues" : "dialogue/school.json"},
"team_sport_clubs" : {"tiled": "./tileset/school_team_sports.tmj",
"dialogues" : "dialogue/school.json"},
"school_computer_club" : {"tiled": "./tileset/school_computer_club.json",
"dialogues" : "dialogue/school.json"},
"school_boardgame_club" : {"tiled": "./tileset/school_boardgame_club.json",
"dialogues" : "dialogue/school.json"},
"school_animu_club" : {"tiled": "./tileset/animu_club.json",
"dialogues" : "dialogue/school.json"},
"school_roof_room" : {"tiled": "./tileset/school_roof_room.json",
"dialogues" : "dialogue/school.json"},
"music_club" : {"tiled": "./tileset/music_club.json",
"dialogues" : "dialogue/school.json"},
"sick_room" : {"tiled": "./tileset/sick_room.json",
"dialogues" : "dialogue/school.json"},
"wc_girl" : {"tiled": "./tileset/wc_girl.json",
"dialogues" : "dialogue/school.json"},
"wc_boy" : {"tiled": "./tileset/wc_boy.json",
"dialogues" : "dialogue/school.json"},
"center-school-entrance" : {"tiled": "./tileset/center-school-entrance.tmj"},
"test_zone" : {
"dialogues" : "dialogue/test_d.json",
"out": {
"right" : { "to": "STREET1", "entry" : 2 },
"left" : { "to": "STREET1", "entry" : 2 },
"up" : { "to": "STREET1", "entry" : 2 },
"down" : { "to": "STREET1", "entry" : 2 }
},
"tiled": "./tileset/test_zone.json"
}
}