Files
the-connection/client/Nodes/GUI.tscn
2020-05-31 02:13:56 -04:00

142 lines
3.3 KiB
Plaintext

[gd_scene load_steps=8 format=2]
[ext_resource path="res://Assets/Themes/main_theme.tres" type="Theme" id=1]
[ext_resource path="res://Scripts/Systems/GameGui.gd" type="Script" id=2]
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/improbable-v1/Improbable.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://Assets/Proprietary/hf-scifi-complete/marksman-v1/Marksman.ttf" type="DynamicFontData" id=5]
[ext_resource path="res://Scripts/Entities/Fader.gd" type="Script" id=6]
[sub_resource type="DynamicFont" id=1]
size = 48
font_data = ExtResource( 3 )
[sub_resource type="DynamicFont" id=2]
size = 32
outline_size = 2
outline_color = Color( 0, 0, 0, 0.45098 )
font_data = ExtResource( 5 )
[node name="GUI" type="CanvasLayer"]
script = ExtResource( 2 )
[node name="Dialog" type="Control" parent="."]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -512.0
margin_top = -173.0
margin_right = 512.0
theme = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Textbox" type="Panel" parent="Dialog"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -475.0
margin_top = -143.0
margin_right = 475.0
margin_bottom = -20.0
[node name="Speaker" type="Label" parent="Dialog/Textbox"]
margin_left = 12.0
margin_top = 8.0
margin_right = 594.0
margin_bottom = 34.0
text = "Speaker"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Body" type="RichTextLabel" parent="Dialog/Textbox"]
margin_left = 12.0
margin_top = 40.0
margin_right = 933.0
margin_bottom = 111.0
text = "Hello world! ' & * $"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ChoicesPanel" type="Panel" parent="Dialog"]
margin_left = 37.0
margin_top = -9.0
margin_right = 987.0
margin_bottom = 22.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Choices" type="HBoxContainer" parent="Dialog/ChoicesPanel"]
anchor_right = 1.0
anchor_bottom = 1.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="Dialog/ChoicesPanel/Choices"]
margin_left = 300.0
margin_right = 374.0
margin_bottom = 31.0
text = "Choice"
[node name="Button2" type="Button" parent="Dialog/ChoicesPanel/Choices"]
margin_left = 438.0
margin_right = 512.0
margin_bottom = 31.0
text = "Choice"
[node name="Button3" type="Button" parent="Dialog/ChoicesPanel/Choices"]
margin_left = 576.0
margin_right = 650.0
margin_bottom = 31.0
text = "Choice"
[node name="ZoneLabel" type="Label" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_left = 12.0
margin_top = -59.0
margin_right = 1257.0
margin_bottom = -8.0
custom_fonts/font = SubResource( 1 )
text = "Entering: Depths"
valign = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Tip" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -386.0
margin_top = -110.5
margin_right = 386.0
margin_bottom = 110.5
custom_fonts/font = SubResource( 2 )
text = "Press WASD to move"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Fader" type="ColorRect" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
color = Color( 0, 0, 0, 1 )
script = ExtResource( 6 )
__meta__ = {
"_edit_use_anchors_": false
}
start_with_fade_in = false