From 9b60deedc508c74b249fd1da0776b5a719322807 Mon Sep 17 00:00:00 2001 From: group1 Date: Sun, 9 Oct 2016 23:13:51 -0400 Subject: Realistic small fish movement --- bridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bridge.py') 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: -- cgit v1.3.1