[gcompris] wordsgame activity: changed the text color of the falling words to be back and white



commit 5e361a87bb0b2d0f461ddc395eef74016428c41e
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Aug 21 20:14:31 2011 +0200

    wordsgame activity: changed the text color of the falling words to be back and white
    
    I found out that reading text in color other than black and white is very hard.

 src/wordsgame-activity/wordsgame.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/wordsgame-activity/wordsgame.c b/src/wordsgame-activity/wordsgame.c
index d74d3c3..59f7dfc 100644
--- a/src/wordsgame-activity/wordsgame.c
+++ b/src/wordsgame-activity/wordsgame.c
@@ -652,7 +652,7 @@ static GooCanvasItem *wordsgame_create_item(GooCanvasItem *parent)
 			 -1,
 			 direction_anchor,
 			 "font", gc_skin_font_board_huge_bold,
-			 "fill_color_rgba", 0xba00ffff,
+			 "fill_color_rgba", 0xffffffff,
 			 NULL);
 
   item->overwriteItem = \
@@ -663,7 +663,7 @@ static GooCanvasItem *wordsgame_create_item(GooCanvasItem *parent)
 			 -1,
 			 direction_anchor,
 			 "font", gc_skin_font_board_huge_bold,
-			 "fill-color_rgba", 0x33c033ff,
+			 "fill-color_rgba", 0x000000ff,
 			 NULL);
 
   /*set right x position */



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