level pt1
This commit is contained in:
parent
e14289807b
commit
ebdb9c7074
13 changed files with 5138 additions and 1 deletions
48
ui/debug_menu/debug_menu.tscn
Normal file
48
ui/debug_menu/debug_menu.tscn
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
[gd_scene format=3 uid="uid://bm0f0u35a8t7h"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cffpgkxjvj0vn" path="res://ui/debug_menu/debug_menu.gd" id="1_2lwgs"]
|
||||
|
||||
[node name="DebugMenu" type="CanvasLayer" unique_id=558790664]
|
||||
script = ExtResource("1_2lwgs")
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=64138653]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -346.0
|
||||
offset_top = -220.5
|
||||
offset_right = 346.0
|
||||
offset_bottom = 220.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer" unique_id=946193884]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_left = 20
|
||||
theme_override_constants/margin_top = 20
|
||||
theme_override_constants/margin_right = 20
|
||||
theme_override_constants/margin_bottom = 40
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/MarginContainer" unique_id=914874001]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=1614857937]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
theme_override_font_sizes/font_size = 64
|
||||
text = "Debug Menu"
|
||||
|
||||
[node name="Control" type="Control" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=793406043]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="HighSpeedButton" type="Button" parent="PanelContainer/MarginContainer/VBoxContainer" unique_id=561205823]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "High Speed"
|
||||
|
||||
[connection signal="pressed" from="PanelContainer/MarginContainer/VBoxContainer/HighSpeedButton" to="." method="_on_high_speed_button_pressed"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue