From 81deaf81c800900e30046cb927be1c9d91ae61b8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 4 Sep 2025 23:47:24 +0200 Subject: reorganize client gui files --- client/gui/menus/document/document.tscn | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 client/gui/menus/document/document.tscn (limited to 'client/gui/menus/document/document.tscn') diff --git a/client/gui/menus/document/document.tscn b/client/gui/menus/document/document.tscn new file mode 100644 index 00000000..537ac8b8 --- /dev/null +++ b/client/gui/menus/document/document.tscn @@ -0,0 +1,29 @@ +[gd_scene load_steps=3 format=3 uid="uid://bdggwo8un3mys"] + +[ext_resource type="Script" uid="uid://c83p4k0nredmd" path="res://gui/menus/document/document.gd" id="1_gyisx"] +[ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://gui/components/touch_scroll_container.gd" id="2_0d0p0"] + +[node name="Document" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_gyisx") +support_anim = false +auto_anim = null + +[node name="ScrollContainer" type="ScrollContainer" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("2_0d0p0") + +[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"] +layout_mode = 2 +size_flags_horizontal = 6 +size_flags_vertical = 4 -- cgit v1.2.3-70-g09d2