From 35dd15ba66e591d8afe8ea1fa2d26193d95e5d86 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 12 Jun 2014 23:47:45 -0700 Subject: [PATCH] Reworking the junkmap --- moonlight/gfx/map.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/moonlight/gfx/map.json b/moonlight/gfx/map.json index 709e5f5..d43e040 100644 --- a/moonlight/gfx/map.json +++ b/moonlight/gfx/map.json @@ -85,7 +85,11 @@ "name":"Lights", "properties": { - "LOLIAMPROPERTY":"HAHAYESYOUARE" + "light_color":"[128, 128, 255]", + "light_fade":"0.25", + "light_flicker":"true", + "light_radius":"128", + "light_recreate":"true" }, "type":"Lights", "visible":true,