mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
other commit didn't work, duh; this SHOULD fix shit
the other commit: "prev commit didn't work" at 2018-12-09 (1f785a376b)
This commit is contained in:
@@ -61,7 +61,7 @@ class UIItemTextButtonList(
|
||||
|
||||
val h = height.toFloat()
|
||||
val ss = labelsList.size.toFloat()
|
||||
val lh = UIItemTextButton.height
|
||||
val lh = itemHitboxSize
|
||||
val vertOff = (h/ss * i + (h/ss - lh) / 2f).roundInt()
|
||||
|
||||
if (!kinematic) {
|
||||
|
||||
Reference in New Issue
Block a user