mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
screen zooming, temporarily toggle with Z key
This commit is contained in:
@@ -20,7 +20,7 @@ open class IngameInstance(val batch: SpriteBatch) : Screen {
|
||||
|
||||
var screenZoom = 1.0f
|
||||
val ZOOM_MAXIMUM = 4.0f
|
||||
val ZOOM_MINIMUM = 0.5f
|
||||
val ZOOM_MINIMUM = 1.0f
|
||||
|
||||
open var consoleHandler: ConsoleWindow = ConsoleWindow()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user