aboutsummaryrefslogtreecommitdiff
path: root/src/RandomValues.elm
diff options
context:
space:
mode:
authorJoris Guyonvarch2014-10-08 22:13:41 +0200
committerJoris Guyonvarch2014-10-08 22:27:11 +0200
commitd37a301ed39bac823e0f2223b8d229b417e128c7 (patch)
treee7e1155e8678bfb32908452993234078527d6664 /src/RandomValues.elm
parent4521cdf1bb5725c9d497e5fb0c03943ad03a052f (diff)
downloadcatchvoid-d37a301ed39bac823e0f2223b8d229b417e128c7.tar.gz
catchvoid-d37a301ed39bac823e0f2223b8d229b417e128c7.tar.bz2
catchvoid-d37a301ed39bac823e0f2223b8d229b417e128c7.zip
Adding a power to change the player color that reverse points to catch and points to avoid
Diffstat (limited to 'src/RandomValues.elm')
-rw-r--r--src/RandomValues.elm4
1 files changed, 2 insertions, 2 deletions
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 =