diff options
| author | group1 <f16_group1@pbridge.adm.cs.cmu.edu> | 2016-10-16 23:25:13 -0400 |
|---|---|---|
| committer | group1 <f16_group1@pbridge.adm.cs.cmu.edu> | 2016-10-16 23:25:13 -0400 |
| commit | 80041811f4fe9fd61fe69d39f6b6441902e4ba01 (patch) | |
| tree | e9dcd491c60fadf128ceed460dfd2b9d0a1f268d | |
| parent | 54565fbc7c0fe1d30c98740d146bbb1723f5408a (diff) | |
| download | bridge-80041811f4fe9fd61fe69d39f6b6441902e4ba01.tar.zst | |
Stingray
| -rw-r--r-- | fish_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_types.py b/fish_types.py index b66c293..3bb3033 100644 --- a/fish_types.py +++ b/fish_types.py @@ -215,7 +215,7 @@ class Whale(Fish): class Stingray(Fish): - color = C.HSV(0/360, 0/100, 50/100).to_RGB() + color = C.HSV(0/360, 0/100, 10/100).to_RGB() drag = -0.09 width = 15 height = 2 |
