mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
oh wait thats not it
This commit is contained in:
@@ -250,7 +250,7 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
|
|||||||
}
|
}
|
||||||
|
|
||||||
private val downDownMinLength: Int
|
private val downDownMinLength: Int
|
||||||
get() = (downDownMinLengthBase * gravitation.y.abs() / 9.8).ceilToInt()
|
get() = (downDownMinLengthBase * (gravitation.y.abs() / 9.8).sqrt()).ceilToInt()
|
||||||
|
|
||||||
private fun updateGamerControlBox() {
|
private fun updateGamerControlBox() {
|
||||||
if (isGamer) {
|
if (isGamer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user