-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathside_panel.tscn
67 lines (58 loc) · 2.22 KB
/
side_panel.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
[gd_scene load_steps=4 format=3 uid="uid://cqbuedbgj6pit"]
[ext_resource type="StyleBox" uid="uid://dxt1idi52a46f" path="res://main_panel.tres" id="1_swmjg"]
[ext_resource type="FontFile" uid="uid://dsiu2symk18fd" path="res://fonts/ibm_plex_mono_regular.ttf" id="2_5ub14"]
[ext_resource type="Script" path="res://side_panel.gd" id="2_d4vln"]
[node name="side_panel" type="PanelContainer"]
custom_minimum_size = Vector2(300, 2.08165e-12)
offset_right = 250.0
offset_bottom = 645.0
theme_override_styles/panel = ExtResource("1_swmjg")
script = ExtResource("2_d4vln")
[node name="margins" type="MarginContainer" parent="."]
layout_mode = 2
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10
[node name="rows" type="VBoxContainer" parent="margins"]
layout_mode = 2
theme_override_constants/separation = 20
[node name="area_label" type="RichTextLabel" parent="margins/rows"]
layout_mode = 2
size_flags_vertical = 3
theme_override_fonts/normal_font = ExtResource("2_5ub14")
theme_override_font_sizes/normal_font_size = 30
bbcode_enabled = true
text = "Location:"
fit_content = true
[node name="exits_label" type="RichTextLabel" parent="margins/rows"]
layout_mode = 2
size_flags_vertical = 3
theme_override_fonts/normal_font = ExtResource("2_5ub14")
theme_override_font_sizes/normal_font_size = 30
bbcode_enabled = true
text = "Exits:"
fit_content = true
[node name="characters_label" type="RichTextLabel" parent="margins/rows"]
layout_mode = 2
size_flags_vertical = 3
theme_override_fonts/normal_font = ExtResource("2_5ub14")
theme_override_font_sizes/normal_font_size = 30
bbcode_enabled = true
text = "Characters:"
fit_content = true
[node name="items_label" type="RichTextLabel" parent="margins/rows"]
layout_mode = 2
size_flags_vertical = 3
theme_override_fonts/normal_font = ExtResource("2_5ub14")
theme_override_font_sizes/normal_font_size = 30
bbcode_enabled = true
text = "Items:"
fit_content = true
[node name="help_label" type="RichTextLabel" parent="margins/rows"]
layout_mode = 2
theme_override_fonts/normal_font = ExtResource("2_5ub14")
theme_override_font_sizes/normal_font_size = 30
bbcode_enabled = true
text = "Help"
fit_content = true