Updated to utilise v1.0.0 of GameUtils

This commit is contained in:
2025-06-21 23:27:16 +01:00
parent fe5d3a3de4
commit c96b3b803d

View File

@ -31,7 +31,9 @@ class Game(gameUtils.Game):
Ran once per frame, put your drawing code and any Ran once per frame, put your drawing code and any
game logic that should be ran once per frame in here. game logic that should be ran once per frame in here.
""" """
pass
# Don't remove this. It does important things. :3
super().update()
def close(self): def close(self):
""" """