working paralax (not for zoom)

This commit is contained in:
Jeena 2014-11-15 23:28:03 +01:00
parent 357ef181d9
commit 85867f92af
10 changed files with 117 additions and 15 deletions

View file

@ -3,9 +3,28 @@
"layers":[
{
"height":0,
"image":"..\/..\/img\/Backgrounds\/starnight.png",
"image":"..\/..\/img\/Backgrounds\/starnight-small.png",
"name":"background",
"opacity":1,
"properties":
{
"parallaxSpeed":"-1.0"
},
"type":"imagelayer",
"visible":false,
"width":0,
"x":0,
"y":0
},
{
"height":0,
"image":"..\/..\/img\/Backgrounds\/clouds.png",
"name":"clouds",
"opacity":0.3,
"properties":
{
"parallaxSpeed":"-0.3"
},
"type":"imagelayer",
"visible":false,
"width":0,