initial add
This commit is contained in:
32
gobbos_delivery/scenes/debug.tscn
Normal file
32
gobbos_delivery/scenes/debug.tscn
Normal file
@@ -0,0 +1,32 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bx2uw8uoj4c03"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dqks36qvuhn7y" path="res://scripts/debug.gd" id="1_lgrwq"]
|
||||
|
||||
[node name="debug" type="Node"]
|
||||
script = ExtResource("1_lgrwq")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
offset_right = 175.0
|
||||
offset_bottom = 50.0
|
||||
|
||||
[node name="fpsBox" type="HBoxContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="fpsLabel" type="Label" parent="VBoxContainer/fpsBox"]
|
||||
layout_mode = 2
|
||||
text = "FPS: "
|
||||
|
||||
[node name="fpsValue" type="Label" parent="VBoxContainer/fpsBox"]
|
||||
layout_mode = 2
|
||||
text = "#"
|
||||
|
||||
[node name="simSpeedBox" type="HBoxContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="simSpeedLabel" type="Label" parent="VBoxContainer/simSpeedBox"]
|
||||
layout_mode = 2
|
||||
text = "Simulation Speed:"
|
||||
|
||||
[node name="simSpeedValue" type="Label" parent="VBoxContainer/simSpeedBox"]
|
||||
layout_mode = 2
|
||||
text = "1.00"
|
||||
Reference in New Issue
Block a user