c2i-junia / minecraft-rust

minecraft game clone built in rust.
Other
6 stars 2 forks source link

Make the day/night cycle match a real hour (not just a visual animation) #99

Open eztaah opened 2 weeks ago

eztaah commented 2 weeks ago

The current time of the day should be a variable which is stored somewhere in the server's game state. The client should display the position of the sun depending on this value.