diff options
Diffstat (limited to 'scenes')
| -rw-r--r-- | scenes/GUI.tscn | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/scenes/GUI.tscn b/scenes/GUI.tscn index 6434d81..b9a55de 100644 --- a/scenes/GUI.tscn +++ b/scenes/GUI.tscn @@ -4,6 +4,7 @@ [node name="GUI" type="MarginContainer"] anchor_right = 1.0 +anchor_bottom = 1.0 margin_left = 20.0 margin_top = 20.0 margin_right = -20.0 @@ -13,10 +14,49 @@ __meta__ = { "_edit_use_anchors_": false } -[node name="VBoxContainer" type="VBoxContainer" parent="."] +[node name="TopRow" type="VBoxContainer" parent="."] margin_right = 984.0 -margin_bottom = 14.0 +margin_bottom = 560.0 -[node name="DebugLabel" type="Label" parent="VBoxContainer"] +[node name="DebugLabel" type="Label" parent="TopRow"] margin_right = 984.0 margin_bottom = 14.0 + +[node name="BottomRow" type="VBoxContainer" parent="."] +margin_right = 984.0 +margin_bottom = 560.0 +alignment = 2 + +[node name="DialogueBox" type="ColorRect" parent="BottomRow"] +visible = false +margin_top = 520.0 +margin_right = 984.0 +margin_bottom = 560.0 +rect_min_size = Vector2( 0, 40 ) +color = Color( 0.631373, 0.270588, 0.960784, 1 ) + +[node name="Name" type="Label" parent="BottomRow/DialogueBox"] +anchor_top = -0.00774612 +anchor_bottom = -0.00774612 +margin_left = 18.9 +margin_top = 14.0836 +margin_right = 84.9 +margin_bottom = 28.0836 +rect_pivot_offset = Vector2( 12.2909, 7.63709 ) +text = "Name" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Text" type="Label" parent="BottomRow/DialogueBox"] +anchor_top = -0.00774612 +anchor_bottom = -0.00774612 +margin_left = 94.1902 +margin_top = 14.0836 +margin_right = 160.19 +margin_bottom = 28.0836 +rect_pivot_offset = Vector2( 12.2909, 7.63709 ) +text = "Text" +__meta__ = { +"_edit_use_anchors_": false +} |
