-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_scene.tscn
More file actions
46 lines (39 loc) · 1.48 KB
/
test_scene.tscn
File metadata and controls
46 lines (39 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[gd_scene load_steps=2 format=3 uid="uid://cipfbypy5ik1l"]
[ext_resource type="Script" uid="uid://cywqulnkp4mdo" path="res://TestScene.cs" id="1_uhqqe"]
[node name="TestScene" type="Control" node_paths=PackedStringArray("SayButton", "PrintButton", "Info")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_uhqqe")
SayButton = NodePath("MarginContainer/VBoxContainer/SayButton")
PrintButton = NodePath("MarginContainer/VBoxContainer/PrintButton")
Info = NodePath("MarginContainer/VBoxContainer/Info")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 24
theme_override_constants/margin_top = 24
theme_override_constants/margin_right = 24
theme_override_constants/margin_bottom = 24
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 96
alignment = 1
[node name="SayButton" type="Button" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(0, 128)
layout_mode = 2
text = "Say Hello"
[node name="PrintButton" type="Button" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(0, 128)
layout_mode = 2
text = "Print Hello"
[node name="Info" type="Label" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(0, 540)
layout_mode = 2