diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 17:15:59 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 17:15:59 +0200 |
commit | fa10ec56328db52080e15bdb3db3fb86a3a03a84 (patch) | |
tree | 650cf76750a724df1f3067bae2f21938d8b20b8b /tocltcmds.go | |
parent | e98dd24a04aae3c202db0d41b8bad01dc0d5e7cd (diff) |
add DayOpacity to ToCltStarParams
Diffstat (limited to 'tocltcmds.go')
-rw-r--r-- | tocltcmds.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tocltcmds.go b/tocltcmds.go index a6ba471..4a553a2 100644 --- a/tocltcmds.go +++ b/tocltcmds.go @@ -737,10 +737,11 @@ type ToCltMoonParams struct { // ToCltStarParams tells the client how to render the stars. type ToCltStarParams struct { - Visible bool - Count uint32 - Color color.NRGBA - Size float32 + Visible bool + Count uint32 + Color color.NRGBA + Size float32 + DayOpacity float32 } type ToCltSRPBytesSaltB struct { |