Dialogue system; ask user if they want to teleport to next floor

This commit is contained in:
2024-09-08 23:04:27 -07:00
parent 1dfc61f003
commit 07295da93c
61 changed files with 3002 additions and 85 deletions

View File

@@ -0,0 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://wc363u5t1yi2"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="1_olalj"]
[resource]
font = ExtResource("1_olalj")
font_size = 48
font_color = Color(0.737255, 0.705882, 0.690196, 1)

View File

@@ -0,0 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dw0lfsckex1yx"]
[ext_resource type="FontFile" uid="uid://cm8j5vcdop5x0" path="res://src/ui/fonts/Mrs-Eaves-OT-Roman_31443.ttf" id="1_amsqn"]
[resource]
font = ExtResource("1_amsqn")
font_size = 48
font_color = Color(0.439216, 0.415686, 0.407843, 1)

View File

@@ -0,0 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://ckvxvx2tiwttt"]
[ext_resource type="FontFile" uid="uid://cb41qqmxqurj8" path="res://src/ui/fonts/FT88-Bold.ttf" id="1_roceg"]
[resource]
font = ExtResource("1_roceg")
font_size = 36
font_color = Color(1, 0.94902, 0, 1)

View File

@@ -0,0 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://cuuo43x72xcsc"]
[ext_resource type="FontFile" uid="uid://cb41qqmxqurj8" path="res://src/ui/fonts/FT88-Bold.ttf" id="1_4xbcf"]
[resource]
font = ExtResource("1_4xbcf")
font_size = 36
font_color = Color(0.737255, 0.705882, 0.690196, 1)

View File

@@ -0,0 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://ur3wpe2kp2j2"]
[ext_resource type="FontFile" uid="uid://bohbd123672ea" path="res://src/ui/fonts/FT88-Italic.ttf" id="1_c4w2u"]
[resource]
font = ExtResource("1_c4w2u")
font_size = 36
font_color = Color(1, 0.94902, 0, 1)

View File

@@ -0,0 +1,7 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://c4wbba5mo7qcp"]
[ext_resource type="FontFile" uid="uid://bohbd123672ea" path="res://src/ui/fonts/FT88-Italic.ttf" id="1_ofouc"]
[resource]
font = ExtResource("1_ofouc")
font_size = 36

View File

@@ -0,0 +1,8 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dupifadnagodp"]
[ext_resource type="FontFile" uid="uid://dit3vylt7hmmx" path="res://src/ui/fonts/FT88-Regular.ttf" id="1_u174r"]
[resource]
font = ExtResource("1_u174r")
font_size = 36
font_color = Color(0.737255, 0.705882, 0.690196, 1)

View File

@@ -0,0 +1,10 @@
[gd_resource type="LabelSettings" load_steps=2 format=3 uid="uid://dnkovn3xwbt0t"]
[ext_resource type="FontFile" uid="uid://dp1k143v7cppw" path="res://src/ui/fonts/Lust_Sans_Regular.otf" id="1_kbo40"]
[resource]
font = ExtResource("1_kbo40")
font_size = 128
font_color = Color(0.737255, 0.705882, 0.690196, 1)
shadow_size = 0
shadow_offset = Vector2(0, 0)

View 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")