moles: use a darker background color
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 1 Apr 2014 21:27:12 +0000 (17:27 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 2 Apr 2014 13:22:07 +0000 (09:22 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

examples/mnit_moles/src/moles.nit

index ecdc64a..47193f8 100644 (file)
@@ -141,7 +141,7 @@ class Screen
 
        fun do_frame(display: Display)
        do
-               display.clear(0.0, 0.7, 0.0)
+               display.clear(0.1, 0.65, 0.2)
 
                for hole in game.holes do
                        var img