mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
fix: light/shadebox would get tilewise size of 2 when their hitbox size is set to 16
This commit is contained in:
@@ -26,7 +26,7 @@ class UIScreenZoom : UICanvas(
|
||||
override var width = App.fontGame.getWidth(zoomText)
|
||||
override var height = App.fontGame.lineHeight.toInt()
|
||||
|
||||
override var openCloseTime = COMMON_OPEN_CLOSE
|
||||
override var openCloseTime = 0.25f
|
||||
|
||||
override val mouseUp = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user