diff --git a/physics.py b/physics.py index 8bdfb41..5a2591f 100755 --- a/physics.py +++ b/physics.py @@ -6,6 +6,7 @@ floor = math.floor class motion(object): def __init__(self): + pass def turn(self, dir): pass diff --git a/pipeline.py b/pipeline.py index c40f79a..3462a87 100755 --- a/pipeline.py +++ b/pipeline.py @@ -146,7 +146,7 @@ def register_direct(obj, update_pipes, render_pipes): def register_auto(obj): for role in obj.roles: - + pass def register(obj, update_pipes=None): if update_pipes == None: