14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
![]() |
[gd_scene load_steps=2 format=3 uid="uid://b7s5qx8fhk0pg"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Scripts/fpsMonitor.gd" id="1_u3gh0"]
|
||
|
|
||
|
[node name="FPSMonitor" type="RichTextLabel"]
|
||
|
offset_right = 360.0
|
||
|
offset_bottom = 51.0
|
||
|
scale = Vector2(0.5, 0.5)
|
||
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||
|
theme_override_constants/outline_size = 5
|
||
|
theme_override_font_sizes/normal_font_size = 30
|
||
|
text = "FPS: "
|
||
|
script = ExtResource("1_u3gh0")
|