[gcompris/gcomprixogoo] Minor graphical improvement. Remade the background.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Minor graphical improvement. Remade the background.
- Date: Sun, 5 Dec 2010 18:09:25 +0000 (UTC)
commit 99295419c4acd668ff25bebc5cf043f827423284
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Dec 5 15:33:00 2010 +0100
Minor graphical improvement. Remade the background.
I used some of our graphism and http://www.openclipart.org/
.../resources/paratrooper/scenery3_background.png | Bin 22759 -> 0 bytes
src/planegame-activity/planegame.c | 2 +-
.../resources/planegame/Makefile.am | 2 +-
.../resources/planegame/background.svgz | Bin 0 -> 5592 bytes
4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/planegame-activity/planegame.c b/src/planegame-activity/planegame.c
index dc99268..d733fa6 100644
--- a/src/planegame-activity/planegame.c
+++ b/src/planegame-activity/planegame.c
@@ -135,7 +135,7 @@ static void start_board (GcomprisBoard *agcomprisBoard)
gcomprisBoard->disable_im_context = TRUE;
gc_set_background(goo_canvas_get_root_item(gcomprisBoard->canvas),
- "planegame/scenery3_background.png");
+ "planegame/background.svgz");
/* set initial values for this level */
diff --git a/src/planegame-activity/resources/planegame/Makefile.am b/src/planegame-activity/resources/planegame/Makefile.am
index 87cb00a..5c1a692 100644
--- a/src/planegame-activity/resources/planegame/Makefile.am
+++ b/src/planegame-activity/resources/planegame/Makefile.am
@@ -1,7 +1,7 @@
imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/planegame
img_DATA = \
cloud.svgz \
- scenery3_background.png \
+ background.svgz \
tuxhelico.svgz
EXTRA_DIST = $(img_DATA)
diff --git a/src/planegame-activity/resources/planegame/background.svgz b/src/planegame-activity/resources/planegame/background.svgz
new file mode 100644
index 0000000..3301147
Binary files /dev/null and b/src/planegame-activity/resources/planegame/background.svgz differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]