From f9e46b4491f7a8fa4426daf8707a89c7e8164908 Mon Sep 17 00:00:00 2001 From: logsol Date: Sun, 16 Nov 2014 00:03:51 +0100 Subject: [PATCH] added backgrounds to stones level --- static/maps/tiled/stones.json | 51 ++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/static/maps/tiled/stones.json b/static/maps/tiled/stones.json index 8493dbc..a184394 100644 --- a/static/maps/tiled/stones.json +++ b/static/maps/tiled/stones.json @@ -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,