Skip to content

Commit

Permalink
dialogue box wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Waoweens committed Apr 13, 2024
1 parent b676eef commit 181a419
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions scenes/ui/dialogue/dialogue_box.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[gd_scene format=3 uid="uid://bycj5268d3dyj"]

[node name="DialogueBox" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2

[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -128.0
grow_horizontal = 2
grow_vertical = 0
theme_override_constants/margin_left = 10
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 10
theme_override_constants/margin_bottom = 10

[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
custom_minimum_size = Vector2(0, 192)
layout_mode = 2

0 comments on commit 181a419

Please sign in to comment.