From 420e0e986021ace6fced7e39a47444c46d9af114 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 13 Jun 2014 00:55:21 -0700 Subject: [PATCH] Reworking the junkmap --- moonlight/gfx/map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moonlight/gfx/map.json b/moonlight/gfx/map.json index f01531a..0f57cf7 100644 --- a/moonlight/gfx/map.json +++ b/moonlight/gfx/map.json @@ -85,8 +85,8 @@ "name":"streetlight", "properties": { - "color_start":"rgba(255, 255, 255, 1.0)", - "color_stop":"rgba(255, 0, 0, 0.0)", + "color_start":"rgba(0, 0, 0, 1.0)", + "color_stop":"rgba(0, 0, 0, 0.0)", "fade":"0.15", "flicker":"true", "radius":"128"