blob: bdf9734e9ad35bf6472997c6d94e1d0c9a39431b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://touch_vertical_container/touch_vertical_container.gd" type="Script" id=1]
[node name="touch_vertical_container" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
scroll_horizontal_enabled = false
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="controls" type="VBoxContainer" parent="."]
margin_right = 1080.0
margin_bottom = 1920.0
size_flags_horizontal = 3
size_flags_vertical = 3
|