[gcompris: 52/111] slight change in land_safe
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris: 52/111] slight change in land_safe
- Date: Wed, 3 Oct 2012 23:58:56 +0000 (UTC)
commit 015f8f931142ba68bace84f7f97bca07bd2118e8
Author: serah <serah4291 gmail com>
Date: Sat Jul 7 18:28:47 2012 +0530
slight change in land_safe
src/land_safe-activity/land_safe.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/land_safe-activity/land_safe.py b/src/land_safe-activity/land_safe.py
index 75805ba..c275200 100644
--- a/src/land_safe-activity/land_safe.py
+++ b/src/land_safe-activity/land_safe.py
@@ -204,7 +204,7 @@ class Spaceship:
landing = goocanvas.Image(
parent = self.land_rootitem,
pixbuf = gcompris.utils.load_pixmap("land_safe/landing_area.png"),
- width = 145 - (self.level * 10),
+ width = 145 - (self.level * 12),
x = self.land_x,
y = 365)
landing.lower(self.flame_rootitem)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]