11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
args.update({light : {
|
|
"dim": 10,
|
|
"bright": 5,
|
|
"alpha": 0.5,
|
|
"animation": {
|
|
"speed": 4,
|
|
"intensity": 4,
|
|
"type": "flame",
|
|
},
|
|
"color": "#ac9e6c",
|
|
}}); |