From 0abbc9e7a5dabee5fc05ed61b5ffedbdcf4e86d8 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 12 Jun 2014 23:58:46 -0700 Subject: [PATCH] Reworking the junkmap --- moonlight/gfx/map.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/moonlight/gfx/map.json b/moonlight/gfx/map.json index d43e040..9788281 100644 --- a/moonlight/gfx/map.json +++ b/moonlight/gfx/map.json @@ -82,14 +82,14 @@ { "gid":97, "height":0, - "name":"Lights", + "name":"streetlight", "properties": { - "light_color":"[128, 128, 255]", - "light_fade":"0.25", - "light_flicker":"true", - "light_radius":"128", - "light_recreate":"true" + "rcolor_start":"rgba(255, 255, 255, 1.0)", + "rcolor_stop":"rgba(255, 0, 0, 0.0)", + "rfade":"0.75", + "rflicker":"true", + "rradius":"128" }, "type":"Lights", "visible":true,