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 --- constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 1685c5a..34c6de0 100644 --- a/constants.py +++ b/constants.py @@ -20,3 +20,6 @@ MAX_SATURATION = 1 MIN_SATURATION = 0.5 MIN_VALUE = 0.3 MAX_VALUE = 1 + +BRIDGE_WIDTH = 200 +BRIDGE_HEIGHT = 2 -- cgit v1.3.1