mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
lightmap fix fox edge case when CameraX < 0
This commit is contained in:
@@ -21,7 +21,7 @@ class UIScreenZoom : UICanvas(
|
||||
override var width = AppLoader.fontGame.getWidth(zoomText)
|
||||
override var height = AppLoader.fontGame.lineHeight.toInt()
|
||||
|
||||
override var openCloseTime = 0.2f
|
||||
override var openCloseTime = 0.15f
|
||||
|
||||
override val mouseUp = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user