Add end game

This commit is contained in:
2019-03-19 09:12:52 +01:00
parent 2c17b7ba1d
commit 34f83966be
5 changed files with 46 additions and 11 deletions

View File

@@ -5,5 +5,5 @@ def main(canvas: Canvas):
pass
# Loop
def loop(deltatime: float, difficulty: float):
def loop(deltatime: float, difficulty: float, end):
pass