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 /constants.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 'constants.py')
| -rw-r--r-- | constants.py | 3 |
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 |
