From 7e3a5627fc5052713ce4b843f3d98e3ecc557a57 Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Sun, 9 Oct 2016 21:05:20 -0400 Subject: Add new fish movement scheme --- bridge.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bridge.py') diff --git a/bridge.py b/bridge.py index 70adb99..757d3c6 100644 --- a/bridge.py +++ b/bridge.py @@ -11,8 +11,8 @@ else: have_lumiversepython = True class Bridge(object): - WIDTH = 200 - HEIGHT = 2 + WIDTH = constants.BRIDGE_WIDTH + HEIGHT = constants.BRIDGE_HEIGHT def __init__(self): if have_lumiversepython: @@ -41,4 +41,4 @@ def main(): #show = SunriseShow(bridge) show.run(framerate=FRAME_RATE) -main() \ No newline at end of file +main() -- cgit v1.3.1