Merge pull request 'develop' (#42) from develop into master

Reviewed-on: #42
This commit is contained in:
Chris Cromer 2022-08-29 21:46:11 -04:00
commit 08c815ba65
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ func start_monitor() -> void:
frames.clear()
game["level_id"] = 2 # PrototypeR
game["won"] = false
coins = 0
points = 0
game["timestamp"] = int(Time.get_unix_time_from_system())
start_time = Time.get_ticks_msec()
started = true