Reworking the junkmap

This commit is contained in:
2014-06-12 23:58:46 -07:00
parent 14bf3f080b
commit 0abbc9e7a5

View File

@@ -82,14 +82,14 @@
{ {
"gid":97, "gid":97,
"height":0, "height":0,
"name":"Lights", "name":"streetlight",
"properties": "properties":
{ {
"light_color":"[128, 128, 255]", "rcolor_start":"rgba(255, 255, 255, 1.0)",
"light_fade":"0.25", "rcolor_stop":"rgba(255, 0, 0, 0.0)",
"light_flicker":"true", "rfade":"0.75",
"light_radius":"128", "rflicker":"true",
"light_recreate":"true" "rradius":"128"
}, },
"type":"Lights", "type":"Lights",
"visible":true, "visible":true,