-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDebugMenu.tscn
56 lines (50 loc) · 1.35 KB
/
DebugMenu.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
51
52
53
54
55
56
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Scripts/DebugMenu.gd" type="Script" id=1]
[ext_resource path="res://Scripts/PlayerSelect.gd" type="Script" id=2]
[ext_resource path="res://Scripts/ExecuteButton.gd" type="Script" id=3]
[ext_resource path="res://Scripts/ConsoleInput.gd" type="Script" id=4]
[node name="DebugMenu" type="CanvasLayer"]
layer = 2
script = ExtResource( 1 )
[node name="MenuRoot" type="Control" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -0.224003
mouse_filter = 2
__meta__ = {
"_edit_use_anchors_": true
}
[node name="ConsoleInput" type="LineEdit" parent="MenuRoot"]
margin_left = 153.624
margin_top = 547.008
margin_right = 923.624
margin_bottom = 583.008
caret_blink = true
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ExecuteButton" type="Button" parent="MenuRoot"]
margin_left = 932.676
margin_top = 546.514
margin_right = 1006.68
margin_bottom = 582.514
text = "Execute"
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="PlayerSelect" type="OptionButton" parent="MenuRoot"]
anchor_left = 0.026222
anchor_top = 0.146119
anchor_right = 0.152535
anchor_bottom = 0.200295
margin_left = -1.44281
margin_top = -1.07184
margin_right = 0.349243
margin_bottom = -1.05588
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": true
}