mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
more testing on skydome / font change
This commit is contained in:
@@ -4,7 +4,7 @@ import com.badlogic.gdx.graphics.Camera
|
||||
import com.badlogic.gdx.graphics.Color
|
||||
import com.badlogic.gdx.graphics.g2d.SpriteBatch
|
||||
import com.jme3.math.FastMath
|
||||
import net.torvald.colourutil.CIELabUtil.darkerLab
|
||||
import net.torvald.colourutil.darkerLab
|
||||
import net.torvald.terrarum.AppLoader
|
||||
import net.torvald.terrarum.Second
|
||||
import net.torvald.terrarum.modulebasegame.gameactors.ActorHumanoid
|
||||
|
||||
@@ -86,4 +86,5 @@ infix fun Long.shake(other: Long): Long {
|
||||
return s0 + s1
|
||||
}
|
||||
|
||||
val TWO_PI = Math.PI * 2.0
|
||||
val TWO_PI = Math.PI * 2.0
|
||||
val HALF_PI = Math.PI / 2.0
|
||||
|
||||
Reference in New Issue
Block a user