59 lines
1.6 KiB
Text
59 lines
1.6 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://cd8hd11usuhbu"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bb4sw2rhdbjbf" path="res://sprites/common/placeholder/face.png" id="1_4l8il"]
|
|
[ext_resource type="Script" path="res://levels/ui/talk.gd" id="1_c5y35"]
|
|
|
|
[node name="Talk" type="Node2D"]
|
|
script = ExtResource("1_c5y35")
|
|
|
|
[node name="Playerface" type="TextureRect" parent="."]
|
|
offset_left = 511.0
|
|
offset_top = 35.0
|
|
offset_right = 767.0
|
|
offset_bottom = 291.0
|
|
texture = ExtResource("1_4l8il")
|
|
|
|
[node name="Continue" type="ColorRect" parent="."]
|
|
offset_left = 39.0
|
|
offset_top = 118.0
|
|
offset_right = 276.0
|
|
offset_bottom = 177.0
|
|
color = Color(0.254902, 0.254902, 0.254902, 1)
|
|
|
|
[node name="Continuetext" type="Label" parent="."]
|
|
offset_left = 39.0
|
|
offset_top = 119.0
|
|
offset_right = 276.0
|
|
offset_bottom = 177.0
|
|
theme_override_font_sizes/font_size = 20
|
|
text = "Press enter or B
|
|
to continue"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Textbox" type="ColorRect" parent="."]
|
|
offset_left = 41.0
|
|
offset_top = 319.0
|
|
offset_right = 1243.0
|
|
offset_bottom = 681.0
|
|
color = Color(0.254902, 0.254902, 0.254902, 1)
|
|
|
|
[node name="Cname" type="Label" parent="."]
|
|
offset_left = 41.0
|
|
offset_top = 319.0
|
|
offset_right = 1243.0
|
|
offset_bottom = 374.0
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Character name goes here"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Dialog" type="Label" parent="."]
|
|
offset_left = 41.0
|
|
offset_top = 377.0
|
|
offset_right = 1243.0
|
|
offset_bottom = 681.0
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Your dialog goes here"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|