Timer overhaul: update tests

This commit is contained in:
John McCardle 2026-01-03 22:44:53 -05:00
commit cec76b63dc
78 changed files with 521 additions and 495 deletions

View file

@ -255,7 +255,7 @@ class SolarSystemDemo(GeometryDemoScreen):
self.ui.append(moon_path)
self.orbit_rings[moon.name + "_path"] = moon_path
def _tick(self, runtime):
def _tick(self, timer, runtime):
"""Advance time by one turn and update planet positions."""
self.current_time += 1