2007-10-09 12:44:44 -04:00
|
|
|
{
|
|
|
|
"My Scene" : {
|
|
|
|
"id" : "main-stage",
|
|
|
|
"type" : "ClutterStage",
|
|
|
|
"color" : "white",
|
|
|
|
"width" : 500,
|
2007-10-25 10:46:02 -04:00
|
|
|
"height" : 400,
|
2007-10-09 12:44:44 -04:00
|
|
|
"children" : [
|
|
|
|
{
|
|
|
|
"id" : "red-button",
|
|
|
|
"type" : "ClutterRectangle",
|
|
|
|
"color" : "#ff0000ff",
|
|
|
|
"x" : 50,
|
|
|
|
"y" : 50,
|
|
|
|
"width" : 100,
|
|
|
|
"height" : 100,
|
|
|
|
"visible" : true,
|
2007-10-25 10:46:02 -04:00
|
|
|
"reactive" : true,
|
|
|
|
"behaviours" : [ "fade-behaviour", "path-behaviour" ]
|
2007-10-09 12:44:44 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id" : "green-button",
|
|
|
|
"type" : "ClutterRectangle",
|
|
|
|
"color" : "#00ff00ff",
|
|
|
|
"x" : 200,
|
|
|
|
"y" : 50,
|
|
|
|
"width" : 100,
|
|
|
|
"height" : 100,
|
|
|
|
"visible" : true,
|
2007-10-25 10:46:02 -04:00
|
|
|
"reactive" : true
|
2007-10-18 08:31:07 -04:00
|
|
|
},
|
2007-10-09 12:44:44 -04:00
|
|
|
{
|
|
|
|
"id" : "red-hand",
|
|
|
|
"type" : "ClutterTexture",
|
|
|
|
"pixbuf" : "redhand.png",
|
|
|
|
"x" : 50,
|
|
|
|
"y" : 50,
|
|
|
|
"opacity" : 100,
|
|
|
|
"visible" : true,
|
|
|
|
"behaviours" : [ "rotate-behaviour", "fade-behaviour" ]
|
2007-10-18 08:31:07 -04:00
|
|
|
},
|
2007-10-25 10:46:02 -04:00
|
|
|
{
|
|
|
|
"id" : "label",
|
|
|
|
"type" : "ClutterLabel",
|
|
|
|
"x" : 50,
|
|
|
|
"y" : 200,
|
|
|
|
"width" : 400,
|
|
|
|
"text" : "Clutter\tScript",
|
|
|
|
"font-name" : "Sans 24px",
|
|
|
|
"color" : "black",
|
|
|
|
"alignment" : "center",
|
|
|
|
"wrap" : false,
|
|
|
|
"ellipsize" : "none",
|
|
|
|
"visible" : true
|
|
|
|
}
|
|
|
|
"blue-button",
|
2007-10-09 12:44:44 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|