Fix lightposition documentation in savegame.ksy (#1739)

The variable accepts values "0" through "5" (6 sun positions),
not "1" or "2" as previously documented.
This commit is contained in:
Christian Semmler
2026-02-01 12:53:19 -08:00
committed by GitHub
parent 77bb4634b8
commit eaf603941e

View File

@@ -104,7 +104,7 @@ types:
For backgroundcolor and tempBackgroundColor this is "set H S V" where
H, S, V are HSV color values scaled 0-100 (not RGB). The game internally
converts to RGB using ConvertHSVToRGB().
For lightposition this is a number "1" or "2".
For lightposition this is a number "0" through "5" (6 sun positions).
instances:
is_end_marker:
value: name == "END_OF_VARIABLES"