From 92d0a39cf6623b7d418d411aeb91f0a2b92fac4e Mon Sep 17 00:00:00 2001 From: tibetiroka Date: Sat, 2 Nov 2024 18:00:49 +0100 Subject: [PATCH 1/2] visibility docs --- wiki/MapData.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/MapData.md b/wiki/MapData.md index 760cc9d..62b0eaf 100644 --- a/wiki/MapData.md +++ b/wiki/MapData.md @@ -333,6 +333,7 @@ object [] period offset hazard + visibility [] object [] ... ``` @@ -387,6 +388,12 @@ hazard A system hazard with behavior as described above, only with its origin on this object instead of at the system center. An object can have multiple different hazards attached to it. **(v0.9.15)** +``` +visibility [] +``` + +The range from which the object is visible. `maxDistance` is the range where the object becomes invisible, and `minDistance` is where it becomes fully visible. If `minDistance` is greater, the object disappears as the player gets closer. **(v.0.10.11)** + ``` object [] ... From 9d38bff6e2595507ae3112927f85f70b9e1cd3ba Mon Sep 17 00:00:00 2001 From: tibetiroka <68112292+tibetiroka@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:33:02 +0100 Subject: [PATCH 2/2] Update wiki/MapData.md Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> --- wiki/MapData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/MapData.md b/wiki/MapData.md index 62b0eaf..d83c896 100644 --- a/wiki/MapData.md +++ b/wiki/MapData.md @@ -392,7 +392,7 @@ A system hazard with behavior as described above, only with its origin on this o visibility [] ``` -The range from which the object is visible. `maxDistance` is the range where the object becomes invisible, and `minDistance` is where it becomes fully visible. If `minDistance` is greater, the object disappears as the player gets closer. **(v.0.10.11)** +The range from which the object is visible. `maxDistance` is the range where the object becomes invisible, and `minDistance` is where it becomes fully visible. If `minDistance` is greater, the object disappears as the player gets closer. **(v0.10.11)** ``` object []