rgb tester
parent
46e440d3de
commit
a07c817cf0
@ -0,0 +1,4 @@
|
||||
extends Label
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
set_text("FPS: " + str(Engine.get_frames_per_second()));
|
Loading…
Reference in New Issue