-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmap.tscn
More file actions
63 lines (56 loc) · 1.78 KB
/
map.tscn
File metadata and controls
63 lines (56 loc) · 1.78 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
[gd_scene load_steps=4 format=3 uid="uid://dywvgxco7w4qo"]
[ext_resource type="Script" uid="uid://bmy4ghrn00lv0" path="res://map.gd" id="1_c7s6e"]
[ext_resource type="FontVariation" uid="uid://bbbowwhyjq3j8" path="res://fonts/kc_fonts_regular.tres" id="2_wijl4"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wijl4"]
[node name="Map" type="Node2D"]
script = ExtResource("1_c7s6e")
[node name="Map_BG" type="Panel" parent="."]
texture_filter = 1
offset_right = 288.0
offset_bottom = 288.0
theme_override_styles/panel = SubResource("StyleBoxEmpty_wijl4")
[node name="TextDisplay_Location_Name" type="RichTextLabel" parent="Map_BG"]
texture_filter = 1
layout_mode = 0
offset_left = 6.0
offset_top = 4.0
offset_right = 290.0
offset_bottom = 68.0
theme_override_fonts/normal_font = ExtResource("2_wijl4")
theme_override_font_sizes/normal_font_size = 14
bbcode_enabled = true
scroll_active = false
autowrap_trim_flags = 0
tab_size = 2
horizontal_alignment = 1
vertical_alignment = 1
[node name="TextDisplay" type="RichTextLabel" parent="Map_BG"]
texture_filter = 1
layout_mode = 0
offset_left = 6.0
offset_top = 48.0
offset_right = 290.0
offset_bottom = 332.0
theme_override_fonts/normal_font = ExtResource("2_wijl4")
theme_override_font_sizes/normal_font_size = 18
bbcode_enabled = true
scroll_active = false
autowrap_trim_flags = 0
tab_size = 1
horizontal_alignment = 1
vertical_alignment = 1
[node name="TextDisplay_Exits" type="RichTextLabel" parent="Map_BG"]
texture_filter = 1
layout_mode = 0
offset_left = 6.0
offset_top = 257.0
offset_right = 290.0
offset_bottom = 321.0
theme_override_fonts/normal_font = ExtResource("2_wijl4")
theme_override_font_sizes/normal_font_size = 14
bbcode_enabled = true
scroll_active = false
autowrap_trim_flags = 0
tab_size = 2
horizontal_alignment = 1
vertical_alignment = 2