[gnome-nibbles] Fix death animation being too fast
- From: Iulian Radu <iulianradu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] Fix death animation being too fast
- Date: Mon, 26 Oct 2015 00:18:14 +0000 (UTC)
commit 8ffac70ae43993d06cc054377fcb6cf9b5bb1c2f
Author: Iulian Radu <iulian radu67 gmail com>
Date: Fri Jul 31 20:00:34 2015 +0300
Fix death animation being too fast
src/nibbles-view.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nibbles-view.vala b/src/nibbles-view.vala
index cf1df92..1a523c5 100644
--- a/src/nibbles-view.vala
+++ b/src/nibbles-view.vala
@@ -511,7 +511,7 @@ public class NibblesView : GtkClutter.Embed
group.set_easing_mode (Clutter.AnimationMode.EASE_OUT_QUAD);
group.set_easing_duration (NibblesGame.GAMEDELAY * 9);
group.set_scale (2.0f, 2.0f);
- group.set_pivot_point (5f, 0.5f);
+ group.set_pivot_point (0.5f, 0.5f);
group.set_opacity (0);
group.restore_easing_state ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]