diff options
author | nokoe <nokoe@mailbox.org> | 2024-10-15 00:04:10 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-10-15 00:04:10 +0200 |
commit | 5e87146c1f6a1fc59ba7dd41753d9ebfe0b262de (patch) | |
tree | a9337a73aed994cba852ba65874df03a6b13637e /client/menu/document/document.tscn | |
parent | 55851861d13df210d4c51c932e055e9248b5336c (diff) | |
download | hurrycurry-5e87146c1f6a1fc59ba7dd41753d9ebfe0b262de.tar hurrycurry-5e87146c1f6a1fc59ba7dd41753d9ebfe0b262de.tar.bz2 hurrycurry-5e87146c1f6a1fc59ba7dd41753d9ebfe0b262de.tar.zst |
replace old book textures with ui book
Diffstat (limited to 'client/menu/document/document.tscn')
-rw-r--r-- | client/menu/document/document.tscn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/client/menu/document/document.tscn b/client/menu/document/document.tscn new file mode 100644 index 00000000..69290d4b --- /dev/null +++ b/client/menu/document/document.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=3 format=3 uid="uid://bdggwo8un3mys"] + +[ext_resource type="Script" path="res://menu/document/document.gd" id="1_gyisx"] +[ext_resource type="Script" path="res://menu/auto_setup/scroll_container_custom.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 + +[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 |