From 957d8391b382340b1012d55d5e6c6b8e5af297a0 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Sun, 20 Feb 2022 04:19:30 +0800 Subject: [PATCH] Remove Thing lightintensity keys from the README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 30bf235..d447d47 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,11 @@ thing // ZDRayInfo (ZDRay properties for the map) thing // Static point light (Light color and distance properties use the same args as dynamic lights) { type = 9876; - lightintensity = <float> (default: 1) } thing // Static spotlight (Light color, distance and angle properties use the same args as dynamic lights) { type = 9881; - lightintensity = <float> (default: 1) } thing // LightProbe (light sampling point for actors)