[gcompris/gcomprixogoo] Minor graphical improvement. Remade the background.



commit ee9f86415554c890fb031bd035e1216b40770b15
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Dec 5 15:31:20 2010 +0100

    Minor graphical improvement. Remade the background.
    
    I used some of our graphism and http://www.openclipart.org/

 src/paratrooper-activity/paratrooper.c             |    4 ++--
 .../resources/paratrooper/Makefile.am              |    2 +-
 .../resources/paratrooper/background.svgz          |  Bin 0 -> 35027 bytes
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/paratrooper-activity/paratrooper.c b/src/paratrooper-activity/paratrooper.c
index 7161e5d..40ea9a3 100644
--- a/src/paratrooper-activity/paratrooper.c
+++ b/src/paratrooper-activity/paratrooper.c
@@ -161,14 +161,14 @@ static void start_board (GcomprisBoard *agcomprisBoard)
       gcomprisBoard->disable_im_context = TRUE;
 
       gc_set_background(goo_canvas_get_root_item(gcomprisBoard->canvas),
-			"paratrooper/scenery3_background.png");
+			"paratrooper/background.svgz");
 
 
       /* set initial values for this level */
       gcomprisBoard->level = 1;
       gcomprisBoard->maxlevel = 6;
       gc_bar_set(GC_BAR_LEVEL);
-      gc_bar_location(BOARDWIDTH-200, -1, 0.9);
+      gc_bar_location(BOARDWIDTH-200, -1, 0.7);
 
       /* Init of paratrooper struct */
       paratrooperItem.rootitem = NULL;
diff --git a/src/paratrooper-activity/resources/paratrooper/Makefile.am b/src/paratrooper-activity/resources/paratrooper/Makefile.am
index 8e9d162..368334b 100644
--- a/src/paratrooper-activity/resources/paratrooper/Makefile.am
+++ b/src/paratrooper-activity/resources/paratrooper/Makefile.am
@@ -4,7 +4,7 @@ img_DATA = \
 	fishingboat.svgz \
 	minitux.svgz \
 	parachute.svgz \
-	scenery3_background.png \
+	background.svgz \
 	tuxplane.svgz
 
 EXTRA_DIST = $(img_DATA)
diff --git a/src/paratrooper-activity/resources/paratrooper/background.svgz b/src/paratrooper-activity/resources/paratrooper/background.svgz
new file mode 100644
index 0000000..aaae9ba
Binary files /dev/null and b/src/paratrooper-activity/resources/paratrooper/background.svgz differ



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