summaryrefslogtreecommitdiffstats
path: root/bridge.py
diff options
context:
space:
mode:
authorgroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-09 23:13:51 -0400
committergroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-09 23:13:51 -0400
commit9b60deedc508c74b249fd1da0776b5a719322807 (patch)
tree5c133664660fb57545758a28f5f3aadcf48becb8 /bridge.py
parent7e3a5627fc5052713ce4b843f3d98e3ecc557a57 (diff)
downloadbridge-9b60deedc508c74b249fd1da0776b5a719322807.tar.zst
Realistic small fish movement
Diffstat (limited to 'bridge.py')
-rw-r--r--bridge.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge.py b/bridge.py
index 757d3c6..b7e4576 100644
--- a/bridge.py
+++ b/bridge.py
@@ -11,8 +11,8 @@ else:
have_lumiversepython = True
class Bridge(object):
- WIDTH = constants.BRIDGE_WIDTH
- HEIGHT = constants.BRIDGE_HEIGHT
+ WIDTH = BRIDGE_WIDTH
+ HEIGHT = BRIDGE_HEIGHT
def __init__(self):
if have_lumiversepython: