123456789101112131415161718192021222324252627282930313233 |
- [gd_scene load_steps=3 format=3 uid="uid://3ldimch2l6rv"]
- [ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_3x28q"]
- [ext_resource type="Script" uid="uid://btbemuboy4dc5" path="res://sources/gui/Scrollable.gd" id="2_8yd1q"]
- [node name="Scrollable" type="PanelContainer"]
- custom_minimum_size = Vector2(160, 96)
- offset_right = 438.0
- offset_bottom = 594.0
- theme = ExtResource("1_3x28q")
- script = ExtResource("2_8yd1q")
- [node name="Scroll" type="ScrollContainer" parent="."]
- layout_mode = 2
- mouse_filter = 0
- [node name="Margin" type="MarginContainer" parent="Scroll"]
- layout_mode = 2
- size_flags_horizontal = 3
- size_flags_vertical = 3
- theme_override_constants/margin_left = 3
- theme_override_constants/margin_top = 3
- theme_override_constants/margin_right = 3
- theme_override_constants/margin_bottom = 3
- [node name="VBox" type="VBoxContainer" parent="Scroll/Margin"]
- clip_contents = true
- layout_mode = 2
- size_flags_vertical = 0
- alignment = 1
- [connection signal="gui_input" from="." to="." method="OnGuiInput"]
|