From d37a301ed39bac823e0f2223b8d229b417e128c7 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Wed, 8 Oct 2014 22:13:41 +0200 Subject: Adding a power to change the player color that reverse points to catch and points to avoid --- src/RandomValues.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/RandomValues.elm') diff --git a/src/RandomValues.elm b/src/RandomValues.elm index 5d45b15..5e40fc5 100644 --- a/src/RandomValues.elm +++ b/src/RandomValues.elm @@ -1,8 +1,8 @@ module RandomValues where type RandomValues = - { greenPoint : PointRandomValues - , redPoint : PointRandomValues + { point1 : PointRandomValues + , point2 : PointRandomValues } type PointRandomValues = -- cgit v1.2.3