aboutsummaryrefslogtreecommitdiff
path: root/game/FPS.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/FPS.gd')
-rw-r--r--game/FPS.gd7
1 files changed, 0 insertions, 7 deletions
diff --git a/game/FPS.gd b/game/FPS.gd
deleted file mode 100644
index 688437d..0000000
--- a/game/FPS.gd
+++ /dev/null
@@ -1,7 +0,0 @@
-extends Label
-
-func _ready():
- pass # Replace with function body.
-
-func _process(_delta: float) -> void:
- set_text("FPS " + String(Engine.get_frames_per_second()))