summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorRaymond Hogenson <rayhogenson@openmailbox.org>2016-10-09 21:05:20 -0400
committerRaymond Hogenson <rayhogenson@openmailbox.org>2016-10-09 21:05:20 -0400
commit7e3a5627fc5052713ce4b843f3d98e3ecc557a57 (patch)
tree68be4cc97b760e2fe075e79b079b881717a11588 /constants.py
parentRefactor bridge, fish show, and sunrise show code (diff)
downloadbridge-7e3a5627fc5052713ce4b843f3d98e3ecc557a57.tar.zst
Add new fish movement scheme
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
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