seed r673 - trunk/examples
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r673 - trunk/examples
- Date: Wed, 7 Jan 2009 10:41:25 +0000 (UTC)
Author: racarr
Date: Wed Jan 7 10:41:24 2009
New Revision: 673
URL: http://svn.gnome.org/viewvc/seed?rev=673&view=rev
Log:
I could play with clutter for hours...
Modified:
trunk/examples/clutter-cogl.js
Modified: trunk/examples/clutter-cogl.js
==============================================================================
--- trunk/examples/clutter-cogl.js (original)
+++ trunk/examples/clutter-cogl.js Wed Jan 7 10:41:24 2009
@@ -5,7 +5,7 @@
const RIPPLE_S = 2000;
const RIPPLE_W = 8;
const RIPPLE_G = 2;
-const RIPPLE_N = 5;
+const RIPPLE_N = 3;
const RIPPLE_MIND = 450;
const RIPPLE_MAXD = 2000;
const RIPPLE_WX = Clutter.double_to_fixed(RIPPLE_W);
@@ -112,8 +112,7 @@
var stage = new Clutter.Stage();
stage.width = SCREEN_W; stage.height = SCREEN_H;
-stage.color = {red: 0xe0, green: 0xf2,
- blue: 0xfc, alpha: 0xff};
+stage.color = {};
stage.signal["button_press_event"].connect(
function(stage, event)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]