Finished FPS agnosticism, removed particle engine

This commit is contained in:
Maruno17
2023-06-03 21:55:02 +01:00
parent 68de25562a
commit 1901675e33
39 changed files with 652 additions and 1504 deletions

View File

@@ -84,6 +84,7 @@ class Interpreter
def update
@loop_count = 0
loop do
# TODO: Possibly not needed?
@loop_count += 1
if @loop_count > 100 # Call Graphics.update for freeze prevention
Graphics.update