-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHierarcy Test Scene 2.tscn
52 lines (40 loc) · 1.19 KB
/
Hierarcy Test Scene 2.tscn
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
47
48
49
50
[gd_scene load_steps=3 format=1]
[ext_resource path="res://Hierarcy Test Scene 2.gd" type="Script" id=1]
[ext_resource path="res://textures/checkeredBackground.png" type="Texture" id=2]
[node name="Hierarcy Test Scene 2" type="Node2D"]
script/script = ExtResource( 1 )
[node name="Container" type="Container" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 1029.0
margin/bottom = 606.0
[node name="TextureFrame" type="TextureFrame" parent="Container"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 1028.0
margin/bottom = 604.0
texture = ExtResource( 2 )
stretch_mode = 2
[node name="Button" type="Button" parent="Container"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 303.0
margin/top = 438.0
margin/right = 719.0
margin/bottom = 581.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
text = "BUTTON 2"
flat = false
[connection signal="pressed" from="Container/Button" to="." method="_on_Button_pressed"]