summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/fps.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/fps.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/fps.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/fps.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/fps.lua
deleted file mode 100644
index 33f7c8d..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/fps.lua
+++ /dev/null
@@ -1,5 +0,0 @@
-load.fps = function()
- fps = 30
- upTime = love.timer.getTime()
- nextTime = upTime
-end