diff options
| author | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-10-09 21:05:20 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-10-09 21:05:20 -0400 |
| commit | 7e3a5627fc5052713ce4b843f3d98e3ecc557a57 (patch) | |
| tree | 68be4cc97b760e2fe075e79b079b881717a11588 /bridge.py | |
| parent | f05ccbe166fd2501be3502f81f0562e73291fa04 (diff) | |
| download | bridge-7e3a5627fc5052713ce4b843f3d98e3ecc557a57.tar.zst | |
Add new fish movement scheme
Diffstat (limited to 'bridge.py')
| -rw-r--r-- | bridge.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() |
