40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/Fonts/QuinqueFive.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://icon.png" type="Texture" id=2]
|
|
|
|
[node name="UI_Dialog" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
margin_left = 2.0
|
|
margin_top = 2.0
|
|
margin_right = 318.0
|
|
margin_bottom = 80.0
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="PanelContainer"]
|
|
margin_left = 7.0
|
|
margin_top = 7.0
|
|
margin_right = 309.0
|
|
margin_bottom = 71.0
|
|
size_flags_vertical = 0
|
|
split_offset = 1
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="PanelContainer/HSplitContainer"]
|
|
margin_right = 65.0
|
|
margin_bottom = 64.0
|
|
grow_vertical = 2
|
|
size_flags_vertical = 5
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="Label" type="Label" parent="PanelContainer/HSplitContainer"]
|
|
margin_left = 77.0
|
|
margin_right = 302.0
|
|
margin_bottom = 64.0
|
|
size_flags_vertical = 1
|
|
size_flags_stretch_ratio = 5.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "In a world where danger lurks in your plumbing. One thing decides to do another thing and we all determine it wasn't worth it. Hello World"
|
|
autowrap = true
|