2022-11-20 17:09:21 -03:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2022-11-20 01:46:03 -03:00
|
|
|
|
|
|
|
[ext_resource path="res://scenes/debugger/StateDebugger.cs" type="Script" id=1]
|
|
|
|
[ext_resource path="res://scenes/debugger/FPS.cs" type="Script" id=2]
|
2022-11-20 17:09:21 -03:00
|
|
|
[ext_resource path="res://scenes/debugger/Bolts.cs" type="Script" id=3]
|
2022-11-20 01:46:03 -03:00
|
|
|
|
|
|
|
[node name="Debugger" type="CanvasLayer"]
|
|
|
|
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Control"]
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Control/VBoxContainer"]
|
2022-11-20 17:09:21 -03:00
|
|
|
margin_right = 41.0
|
2022-11-20 01:46:03 -03:00
|
|
|
margin_bottom = 14.0
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer"]
|
|
|
|
margin_right = 26.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "FPS:"
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="Control/VBoxContainer/HBoxContainer"]
|
|
|
|
margin_left = 30.0
|
|
|
|
margin_right = 30.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="Control/VBoxContainer"]
|
|
|
|
margin_top = 18.0
|
2022-11-20 17:09:21 -03:00
|
|
|
margin_right = 41.0
|
2022-11-20 01:46:03 -03:00
|
|
|
margin_bottom = 32.0
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_right = 36.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "State:"
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="Control/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_left = 40.0
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
script = ExtResource( 1 )
|
2022-11-20 17:09:21 -03:00
|
|
|
|
|
|
|
[node name="HBoxContainer3" type="HBoxContainer" parent="Control/VBoxContainer"]
|
|
|
|
margin_top = 36.0
|
|
|
|
margin_right = 41.0
|
|
|
|
margin_bottom = 50.0
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Control/VBoxContainer/HBoxContainer3"]
|
|
|
|
margin_right = 37.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "Bolts:"
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="Control/VBoxContainer/HBoxContainer3"]
|
|
|
|
margin_left = 41.0
|
|
|
|
margin_right = 41.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
script = ExtResource( 3 )
|