cultists_of_campath/01 - Menus/03 - Sheets/sheet.tscn

42 lines
1.1 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://4q13obqp8uh8"]
[ext_resource type="Script" uid="uid://bmphhxrifc4gc" path="res://01 - Menus/03 - Sheets/sheet.gd" id="1_v0a3n"]
[node name="sheet" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_bottom = 8.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1_v0a3n")
[node name="scroll" type="ScrollContainer" parent="."]
unique_name_in_owner = true
layout_mode = 0
offset_right = 448.0
offset_bottom = 256.0
follow_focus = true
draw_focus_border = true
vertical_scroll_mode = 2
[node name="container" type="VBoxContainer" parent="scroll"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="close" type="Button" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 0
offset_left = 56.0
offset_top = 360.0
offset_right = 164.0
offset_bottom = 402.0
text = "Close"
[connection signal="button_up" from="close" to="." method="_on_close_button_up"]