[gnome-games] gnometris: Slow down the explosion a little



commit 1e047fe6f1620e7d21b20c61a66b810f9a7e5390
Author: Jason D. Clinton <me jasonclinton com>
Date:   Thu May 7 15:57:47 2009 -0500

    gnometris: Slow down the explosion a little
---
 gnometris/blockops.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnometris/blockops.cpp b/gnometris/blockops.cpp
index d994699..1b60c20 100644
--- a/gnometris/blockops.cpp
+++ b/gnometris/blockops.cpp
@@ -181,7 +181,7 @@ BlockOps::BlockOps() :
 	fall_alpha = clutter_alpha_new_full (fall_time,
 					     CLUTTER_EASE_IN_QUAD);
 
-	explode_time = clutter_timeline_new_for_duration (360);
+	explode_time = clutter_timeline_new_for_duration (720);
 	g_signal_connect (explode_time, "completed", G_CALLBACK
 			  (BlockOps::explode_end), this);
 	explode_alpha = clutter_alpha_new_full (explode_time,



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