mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
diurnal motion on stars
This commit is contained in:
@@ -195,6 +195,7 @@ class WorldTime(initTime: Long = 0L) {
|
||||
|
||||
|
||||
val LUNAR_CYCLE: Int = 29 * DAY_LENGTH + 12 * HOUR_SEC + 44 * MINUTE_SEC + 3 // 29 days, 12 hours, 44 minutes, and 3 seconds in-game calendar
|
||||
const val DIURNAL_MOTION_LENGTH = 86636f
|
||||
}
|
||||
|
||||
fun update(delta: Float) {
|
||||
|
||||
Reference in New Issue
Block a user