Initial commit
This commit is contained in:
22
scenes/ui/DebugScreen.tscn
Normal file
22
scenes/ui/DebugScreen.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene format=3 uid="uid://dfywog3xvaatq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bxfhkc44lo88c" path="res://source/Scripts/DebugScreen.cs" id="1_rvq7n"]
|
||||
|
||||
[node name="DebugScreen" type="Control" unique_id=412746030 node_paths=PackedStringArray("Text")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_rvq7n")
|
||||
Text = NodePath("RichTextLabel")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="." unique_id=869388311]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = " FPS: {FPS}"
|
||||
Reference in New Issue
Block a user