Light sun colour
Jump to navigation
Jump to search
Changes the [r]ed
[g]reen
[b]lue
[a]lpha
of the sun's light of the current map where [r]
, [g]
, [b]
are values between [0-255]
and [a]
is [0.0-1.0]
.
Syntax
light sun [r] [g] [b] [a]
Examples
📜 turnLightGreenTerminal.script
//light sun [r] [g] [b] [a] text "Setting up sun light to green" light sun 0 255 0 1 map return