From 80041811f4fe9fd61fe69d39f6b6441902e4ba01 Mon Sep 17 00:00:00 2001 From: group1 Date: Sun, 16 Oct 2016 23:25:13 -0400 Subject: Stingray --- fish_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish_types.py') 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 -- cgit v1.3.1