[gcompris: 107/111] further decrease in height change
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris: 107/111] further decrease in height change
- Date: Thu, 4 Oct 2012 00:03:33 +0000 (UTC)
commit a1b70ce733a2a62cf5a572060c1a100bce1d0193
Author: serah <serah4291 gmail com>
Date: Thu Sep 20 12:30:47 2012 +0530
further decrease in height change
.../place_your_satellite.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/place_your_satellite-activity/place_your_satellite.py b/src/place_your_satellite-activity/place_your_satellite.py
index e566f68..5f505e7c 100644
--- a/src/place_your_satellite-activity/place_your_satellite.py
+++ b/src/place_your_satellite-activity/place_your_satellite.py
@@ -444,8 +444,8 @@ class Speed:
def set_speed(self, change):
if self.satellite_instance.speed > 0:
self.satellite_instance.speed += change * 2
- self.satellite_instance.distance += change * 100 * -1
+ self.satellite_instance.distance += change * 50 * -1
else:
self.satellite_instance.speed += change * 2 * -1
- self.satellite_instance.distance += change * 100 * -1
+ self.satellite_instance.distance += change * 50 * -1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]