blob: 770ac3841063e8c2b964373f3bc3e6af803c0084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://touch_vertical_container/touch_vertical_container.gd" type="Script" id=1]
[node name="scroll_container" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
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
|