From e2e555b80dedb7b33275356d8706dbc0dcd8ce5a Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 13 Jun 2014 03:21:55 -0700 Subject: [PATCH] Z index ordering didnt work, resize game to 800x600 --- 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 efb77b4..ed7a0d1 100644 --- a/moonlight/gfx/map.json +++ b/moonlight/gfx/map.json @@ -135,9 +135,9 @@ "properties": { "always_render":"false", - "color_start":"rgba(235, 185, 22, 0.25)", + "color_start":"rgba(235, 185, 22, 1.0)", "color_stop":"rgba(246, 152, 62, 0.0)", - "fade":"0.8", + "fade":"0.5", "flicker":"true", "radius":"64" },