[seed] Somehow I accidentally committed with 2 colors on.



commit 2d5e0c7b8fd61247bc8787f8945b9449aa28d2d7
Author: Tim Horton <hortont Kaylee (none)>
Date:   Tue Mar 3 20:39:43 2009 -0500

    Somehow I accidentally committed with 2 colors on.
---
 examples/same-seed/main.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/same-seed/main.js b/examples/same-seed/main.js
index e49eccb..0ca71f6 100755
--- a/examples/same-seed/main.js
+++ b/examples/same-seed/main.js
@@ -7,7 +7,7 @@ var tiles_h = 10;
 var tile_size = 50;
 var offset = tile_size/2;
 
-var max_colors = 2;
+var max_colors = 4;
 var fly_score = true;
 
 Seed.import_namespace("Gtk");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]