[gcompris: 10/111] corrected velocity
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris: 10/111] corrected velocity
- Date: Wed, 3 Oct 2012 23:55:24 +0000 (UTC)
commit 7654e325812b310f24d2307dc6ba859ef759a95e
Author: serah <serah4291 gmail com>
Date: Sat May 26 00:00:56 2012 +0530
corrected velocity
src/intro_gravity-activity/intro_gravity.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/intro_gravity-activity/intro_gravity.py b/src/intro_gravity-activity/intro_gravity.py
index 4ef4459..2d3bd45 100644
--- a/src/intro_gravity-activity/intro_gravity.py
+++ b/src/intro_gravity-activity/intro_gravity.py
@@ -327,7 +327,7 @@ class Gcompris_intro_gravity:
#start timer if not initiated
#if planets don't crash during this time then level is won
if self.timer_on == False:
- self.t = gobject.timeout_add(20000,self.next_level)
+ self.t = gobject.timeout_add(15000,self.next_level)
self.timer_on = True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]