2024-12-18 16:35:26 -05:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://cvnexcjlnhj32"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://Scripts/UI/FPSCounter.gd" id="1_yi4y2"]
|
|
|
|
|
|
|
|
[node name="FPSCounter" type="CanvasLayer"]
|
|
|
|
layer = 128
|
2024-12-31 23:31:28 -05:00
|
|
|
visible = false
|
2024-12-18 16:35:26 -05:00
|
|
|
script = ExtResource("1_yi4y2")
|
|
|
|
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
|
|
offset_right = 489.0
|
|
|
|
offset_bottom = 40.0
|
|
|
|
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
|
|
wait_time = 0.5
|
|
|
|
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|