-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmap_template.tscn
363 lines (315 loc) · 10.3 KB
/
map_template.tscn
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
[gd_scene load_steps=8 format=2]
[ext_resource path="res://assets/images/scenes/battlefield.png" type="Texture" id=1]
[ext_resource path="res://assets/images/portraits/daisy_prt.png" type="Texture" id=2]
[ext_resource path="res://assets/MainTheme.tres" type="Theme" id=3]
[ext_resource path="res://assets/images/iconsitems/Wood.png" type="Texture" id=4]
[ext_resource path="res://assets/Textures_v2/Universal/Icons/icon_travel_city.png" type="Texture" id=5]
[ext_resource path="res://assets/images/backgrounds/cave1.png" type="Texture" id=6]
[ext_resource path="res://assets/textures/generic_button.tres" type="Theme" id=7]
[node name="Node2D" type="Control"]
[node name="Panel" type="Panel" parent="."]
margin_right = 1922.0
margin_bottom = 1093.0
theme = ExtResource( 3 )
[node name="Map" type="TextureRect" parent="Panel"]
margin_left = 28.0
margin_top = 30.0
margin_right = 1873.0
margin_bottom = 1039.0
texture = ExtResource( 1 )
expand = true
[node name="Panel" type="Panel" parent="Panel/Map"]
margin_left = 50.5911
margin_top = 48.5905
margin_right = 511.591
margin_bottom = 975.59
[node name="ScrollContainer" type="ScrollContainer" parent="Panel/Map/Panel"]
margin_left = 57.0
margin_top = 94.0
margin_right = 407.0
margin_bottom = 772.0
scroll_horizontal_enabled = false
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/Map/Panel/ScrollContainer"]
margin_right = 350.0
margin_bottom = 134.0
[node name="Button" type="Button" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer"]
margin_right = 350.0
margin_bottom = 65.0
rect_min_size = Vector2( 350, 65 )
theme = ExtResource( 7 )
text = "Plains"
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer"]
margin_top = 69.0
margin_right = 350.0
margin_bottom = 134.0
[node name="TextureRect" type="TextureRect" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer/VBoxContainer"]
margin_right = 350.0
margin_bottom = 65.0
rect_min_size = Vector2( 350, 65 )
[node name="Button2" type="Button" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer/VBoxContainer/TextureRect"]
margin_left = 32.0
margin_top = 2.0
margin_right = 382.0
margin_bottom = 67.0
rect_min_size = Vector2( 350, 65 )
[node name="TextureRect" type="TextureRect" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer/VBoxContainer/TextureRect/Button2"]
margin_left = 14.6832
margin_top = 17.3529
margin_right = 54.6832
margin_bottom = 57.3529
texture = ExtResource( 5 )
[node name="LocName" type="Label" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer/VBoxContainer/TextureRect/Button2"]
margin_left = 97.5807
margin_top = 12.7279
margin_right = 178.581
margin_bottom = 47.7279
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Town 1"
[node name="LocPop" type="Label" parent="Panel/Map/Panel/ScrollContainer/VBoxContainer/VBoxContainer/TextureRect/Button2"]
margin_left = 286.0
margin_top = 13.0
margin_right = 299.0
margin_bottom = 48.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "7"
__meta__ = {
"_editor_description_": ""
}
[node name="Label" type="Label" parent="Panel/Map/Panel"]
margin_left = 28.409
margin_top = 27.0
margin_right = 378.409
margin_bottom = 62.0
text = "Location List"
align = 1
[node name="LocationInfo" type="Panel" parent="Panel/Map"]
margin_left = 620.591
margin_top = 59.9995
margin_right = 1161.59
margin_bottom = 846.999
[node name="ScrollContainer" type="VBoxContainer" parent="Panel/Map/LocationInfo"]
margin_left = 35.0
margin_top = 300.0
margin_right = 505.0
margin_bottom = 611.0
[node name="Label" type="Label" parent="Panel/Map/LocationInfo/ScrollContainer"]
margin_right = 470.0
margin_bottom = 35.0
text = "Location Name"
align = 1
[node name="VBoxContainer" type="GridContainer" parent="Panel/Map/LocationInfo/ScrollContainer"]
margin_top = 39.0
margin_right = 470.0
margin_bottom = 193.0
columns = 6
[node name="Button" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_right = 75.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button2" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_left = 79.0
margin_right = 154.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button3" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_left = 158.0
margin_right = 233.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button4" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_left = 237.0
margin_right = 312.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button5" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_left = 316.0
margin_right = 391.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button6" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_left = 395.0
margin_right = 470.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button7" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_top = 79.0
margin_right = 75.0
margin_bottom = 154.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button8" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer"]
margin_left = 79.0
margin_top = 79.0
margin_right = 154.0
margin_bottom = 154.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Label2" type="Label" parent="Panel/Map/LocationInfo/ScrollContainer"]
margin_top = 197.0
margin_right = 470.0
margin_bottom = 232.0
text = "Resources"
align = 1
[node name="VBoxContainer2" type="GridContainer" parent="Panel/Map/LocationInfo/ScrollContainer"]
margin_top = 236.0
margin_right = 470.0
margin_bottom = 311.0
columns = 6
[node name="Button" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer2"]
margin_right = 75.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 4 )
expand = true
stretch_mode = 5
[node name="Button2" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer2"]
margin_left = 79.0
margin_right = 154.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 4 )
expand = true
stretch_mode = 5
[node name="Button3" type="TextureButton" parent="Panel/Map/LocationInfo/ScrollContainer/VBoxContainer2"]
margin_left = 158.0
margin_right = 233.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 4 )
expand = true
stretch_mode = 5
[node name="TextureRect" type="TextureRect" parent="Panel/Map/LocationInfo"]
margin_left = 43.0
margin_top = 37.0
margin_right = 493.0
margin_bottom = 273.0
texture = ExtResource( 6 )
expand = true
stretch_mode = 6
[node name="Button" type="Button" parent="Panel/Map/LocationInfo"]
margin_left = 88.7056
margin_top = 688.674
margin_right = 445.706
margin_bottom = 755.674
text = "Send"
[node name="CharacterSend" type="Panel" parent="Panel/Map"]
margin_left = 1221.0
margin_top = 70.0
margin_right = 1762.0
margin_bottom = 658.0
[node name="VBoxContainer" type="GridContainer" parent="Panel/Map/CharacterSend"]
margin_left = 32.1716
margin_top = 168.652
margin_right = 502.172
margin_bottom = 322.652
columns = 6
[node name="Button" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_right = 75.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button2" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_left = 79.0
margin_right = 154.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button3" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_left = 158.0
margin_right = 233.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button4" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_left = 237.0
margin_right = 312.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button5" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_left = 316.0
margin_right = 391.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button6" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_left = 395.0
margin_right = 470.0
margin_bottom = 75.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button7" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_top = 79.0
margin_right = 75.0
margin_bottom = 154.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button8" type="TextureButton" parent="Panel/Map/CharacterSend/VBoxContainer"]
margin_left = 79.0
margin_top = 79.0
margin_right = 154.0
margin_bottom = 154.0
rect_min_size = Vector2( 75, 75 )
texture_normal = ExtResource( 2 )
expand = true
stretch_mode = 5
[node name="Button" type="Button" parent="Panel/Map/CharacterSend"]
margin_left = 89.1259
margin_top = 460.788
margin_right = 446.126
margin_bottom = 527.788
text = "Send"
[node name="Button2" type="Button" parent="Panel/Map/CharacterSend"]
margin_left = 38.1837
margin_top = 45.2548
margin_right = 214.184
margin_bottom = 94.5057
text = "Travel From"
[node name="Button3" type="Button" parent="Panel/Map/CharacterSend"]
margin_left = 308.299
margin_top = 43.8406
margin_right = 484.299
margin_bottom = 93.0915
text = "Travel To"
[node name="Label" type="Label" parent="Panel/Map/CharacterSend"]
margin_left = 104.652
margin_top = 383.252
margin_right = 428.652
margin_bottom = 418.252
text = "Travel Time: "