Shrink effect list panel so it no longer overlaps "quick stack" controls
This commit is contained in:
parent
dc73ac7b55
commit
9413ae5f2b
@ -284,7 +284,7 @@ class ExopackInventoryScreen(menu: ExopackInventoryMenu) : MatteryScreen<Exopack
|
||||
curios.x = x
|
||||
}
|
||||
|
||||
EffectListPanel(this, frame, menu.player, x - 56f, gridHeight = 6).tick()
|
||||
EffectListPanel(this, frame, menu.player, x - 56f, gridHeight = 4).tick()
|
||||
|
||||
QuickStackControlsPanel(this, frame, x = -19f, y = 96f + 18f)
|
||||
|
||||
|
@ -62,7 +62,7 @@ open class EffectListPanel<out S : Screen> @JvmOverloads constructor(
|
||||
|
||||
init {
|
||||
scroll.visible = false
|
||||
//scissor = true
|
||||
scissor = true
|
||||
}
|
||||
|
||||
open inner class EffectSquare(
|
||||
|
Loading…
Reference in New Issue
Block a user