mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
buildingmaker palette scrollbar
This commit is contained in:
@@ -23,7 +23,11 @@ class UIItemVertSlider(
|
||||
private val disposeTexture: Boolean = false
|
||||
) : UIItem(parentUI, initialX, initialY) {
|
||||
|
||||
override val width = 16
|
||||
companion object {
|
||||
const val WIDTH = 16
|
||||
}
|
||||
|
||||
override val width = WIDTH
|
||||
private var mouseOnHandle = false
|
||||
|
||||
private val handleTravelDist = height - handleHeight
|
||||
|
||||
Reference in New Issue
Block a user