diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-20 00:45:25 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-20 18:56:04 +0200 |
| commit | 05d29ccce1898ed89c0b650c77242c2fa2805128 (patch) | |
| tree | e8ee3bcb570fa6f3d9d96273c2bf4d4c8618d08b /Scenes/OutputContainer.tscn | |
| download | texty-05d29ccce1898ed89c0b650c77242c2fa2805128.tar.xz texty-05d29ccce1898ed89c0b650c77242c2fa2805128.zip | |
texty: initial commit
Diffstat (limited to 'Scenes/OutputContainer.tscn')
| -rw-r--r-- | Scenes/OutputContainer.tscn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Scenes/OutputContainer.tscn b/Scenes/OutputContainer.tscn new file mode 100644 index 0000000..c058837 --- /dev/null +++ b/Scenes/OutputContainer.tscn @@ -0,0 +1,26 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://Assets/Styles/GUIBox.tres" type="StyleBox" id=2] +[ext_resource path="res://Scripts/OutputContainer.cs" type="Script" id=3] + +[node name="OutputContainer" type="PanelContainer"] +anchor_right = 1.0 +anchor_bottom = 1.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +custom_styles/panel = ExtResource( 2 ) +script = ExtResource( 3 ) + +[node name="ScrollContainer" type="ScrollContainer" parent="."] +margin_left = 8.0 +margin_top = 8.0 +margin_right = 1016.0 +margin_bottom = 592.0 +follow_focus = true +scroll_horizontal_enabled = false + +[node name="OutputRows" type="VBoxContainer" parent="ScrollContainer"] +margin_right = 1008.0 +margin_bottom = 584.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 |
