mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added backgrounds to stones level
This commit is contained in:
parent
be3da8d2a5
commit
f9e46b4491
1 changed files with 50 additions and 1 deletions
|
|
@ -1,11 +1,60 @@
|
|||
{ "backgroundcolor":"#171b1d",
|
||||
"height":100,
|
||||
"layers":[
|
||||
{
|
||||
{
|
||||
"height":0,
|
||||
"image":"..\/..\/img\/Backgrounds\/londonatnight.jpg",
|
||||
"name":"background",
|
||||
"opacity":1,
|
||||
"properties":
|
||||
{
|
||||
"parallaxSpeed":"-1"
|
||||
},
|
||||
"type":"imagelayer",
|
||||
"visible":false,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"height":0,
|
||||
"image":"..\/..\/img\/Backgrounds\/londonatnight.jpg",
|
||||
"name":"background",
|
||||
"opacity":0.5,
|
||||
"properties":
|
||||
{
|
||||
"parallaxSpeed":"-0.9"
|
||||
},
|
||||
"type":"imagelayer",
|
||||
"visible":false,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"height":0,
|
||||
"image":"..\/..\/img\/Backgrounds\/londonatnight.jpg",
|
||||
"name":"background",
|
||||
"opacity":0.8,
|
||||
"properties":
|
||||
{
|
||||
"parallaxSpeed":"-0.6"
|
||||
},
|
||||
"type":"imagelayer",
|
||||
"visible":false,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"height":0,
|
||||
"image":"..\/..\/img\/Backgrounds\/clouds.png",
|
||||
"name":"clouds",
|
||||
"opacity":0.1,
|
||||
"properties":
|
||||
{
|
||||
"parallaxSpeed":"-0.3"
|
||||
},
|
||||
"type":"imagelayer",
|
||||
"visible":false,
|
||||
"width":0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue