diff options
| author | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-10-09 23:27:02 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-10-09 23:27:02 -0400 |
| commit | 2dd0795104b14fbb7aeee95f9f6bcf349f119960 (patch) | |
| tree | 4df0ebbb5172ecdf327e7afb28e8b1126a3600c4 /bridge.py | |
| parent | Merge (diff) | |
| parent | Realistic small fish movement (diff) | |
| download | bridge-2dd0795104b14fbb7aeee95f9f6bcf349f119960.tar.zst | |
Merge branch 'master' of github.com:rayhogenson/bridge
Diffstat (limited to 'bridge.py')
| -rwxr-xr-x | bridge.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,8 +12,8 @@ else: have_lumiversepython = True class Bridge(object): - WIDTH = 200 - HEIGHT = 2 + WIDTH = BRIDGE_WIDTH + HEIGHT = BRIDGE_HEIGHT def __init__(self): if have_lumiversepython: @@ -42,4 +42,4 @@ def main(): #show = SunriseShow(bridge) show.run(framerate=FRAME_RATE) -main()
\ No newline at end of file +main() |
