Dialogue system; ask user if they want to teleport to next floor
This commit is contained in:
83
src/ui/label_settings/UISandbox.tscn
Normal file
83
src/ui/label_settings/UISandbox.tscn
Normal file
@@ -0,0 +1,83 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://dxfbdk7lhdvus"]
|
||||
|
||||
[ext_resource type="LabelSettings" uid="uid://dnkovn3xwbt0t" path="res://src/ui/label_settings/TitleFont.tres" id="1_lt2oc"]
|
||||
[ext_resource type="LabelSettings" uid="uid://wc363u5t1yi2" path="res://src/ui/label_settings/HeadingFont.tres" id="2_6orqu"]
|
||||
[ext_resource type="LabelSettings" uid="uid://dupifadnagodp" path="res://src/ui/label_settings/MainTextRegular.tres" id="3_vgwwa"]
|
||||
[ext_resource type="LabelSettings" uid="uid://dw0lfsckex1yx" path="res://src/ui/label_settings/HeadingFontUnselected.tres" id="3_wb0jr"]
|
||||
[ext_resource type="LabelSettings" uid="uid://cuuo43x72xcsc" path="res://src/ui/label_settings/MainTextBold.tres" id="4_vds7k"]
|
||||
[ext_resource type="LabelSettings" uid="uid://c4wbba5mo7qcp" path="res://src/ui/label_settings/MainTextFontItalicized.tres" id="6_8ni0v"]
|
||||
[ext_resource type="LabelSettings" uid="uid://ur3wpe2kp2j2" path="res://src/ui/label_settings/MainTextFontEquipped.tres" id="7_o8qef"]
|
||||
[ext_resource type="LabelSettings" uid="uid://ckvxvx2tiwttt" path="res://src/ui/label_settings/MainTextApplied.tres" id="8_ld5mo"]
|
||||
|
||||
[node name="UISandbox" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -5.0
|
||||
offset_right = -5.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
color = Color(0.137255, 0.121569, 0.12549, 1)
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
theme_override_constants/margin_left = 40
|
||||
theme_override_constants/margin_top = 40
|
||||
theme_override_constants/margin_right = 40
|
||||
theme_override_constants/margin_bottom = 40
|
||||
|
||||
[node name="HFlowContainer" type="VBoxContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="MainTitleFont" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "MAIN TITLE FONT"
|
||||
label_settings = ExtResource("1_lt2oc")
|
||||
|
||||
[node name="HeadingFont" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "HEADING FONT - STANDARD + SELECTED"
|
||||
label_settings = ExtResource("2_6orqu")
|
||||
|
||||
[node name="Heading Font (Unselected)" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "HEADING FONT - UNSELECTED (50%)"
|
||||
label_settings = ExtResource("3_wb0jr")
|
||||
|
||||
[node name="MainTextRegular" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Main Text Font - Regular"
|
||||
label_settings = ExtResource("3_vgwwa")
|
||||
|
||||
[node name="MainTextBold" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Main Text Font - Bold"
|
||||
label_settings = ExtResource("4_vds7k")
|
||||
|
||||
[node name="MainTextItalic" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Main Text Font - Italic
|
||||
"
|
||||
label_settings = ExtResource("6_8ni0v")
|
||||
|
||||
[node name="MainTextItalicEquipped" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Main Text Font - Italic
|
||||
"
|
||||
label_settings = ExtResource("7_o8qef")
|
||||
|
||||
[node name="ItemApplied" type="Label" parent="MarginContainer/HFlowContainer"]
|
||||
layout_mode = 2
|
||||
text = "Item Applied Font - Bold"
|
||||
label_settings = ExtResource("8_ld5mo")
|
||||
Reference in New Issue
Block a user