diff options
| author | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-09-27 23:12:49 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rayhogenson@openmailbox.org> | 2016-09-27 23:12:49 -0400 |
| commit | ed0c631003b556e2e84f21bf4ebbf03891763641 (patch) | |
| tree | ced193b8214d8c1bf7f1e8b4dd1d16d3c3e104d4 /constants.py | |
| parent | 7dced453f7b53146a730ef77df30f152247dafe1 (diff) | |
| parent | 6e265cfa5002a5667681733eae08357f2b9695e5 (diff) | |
| download | bridge-ed0c631003b556e2e84f21bf4ebbf03891763641.tar.zst | |
Merge branch 'master' of github.com:rayhogenson/bridge
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py index 162b3be..e19c127 100644 --- a/constants.py +++ b/constants.py @@ -1,7 +1,7 @@ """Constants that may be tweaked in the future.""" from __future__ import division, unicode_literals -FRAME_RATE = 44 +FRAME_RATE = 10 #44 MIN_VALUE = 0 MAX_VALUE = 1 MAX_TIME = 4 |
