mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
removing temporary-zoom snippet
This commit is contained in:
@@ -82,9 +82,6 @@ class IngameController(val terrarumIngame: TerrarumIngame) : InputAdapter() {
|
||||
//KeyToggler.update(terrarumIngame.canPlayerControl)
|
||||
//printdbg(this, terrarumIngame.canPlayerControl)
|
||||
|
||||
// FIXME temporarily make zoom work with 'Z' key
|
||||
//terrarumIngame.screenZoom = 1f + KeyToggler.isOn(AppLoader.getConfigInt("keyzoom")).toInt()
|
||||
|
||||
}
|
||||
|
||||
private var f12Down = false
|
||||
|
||||
Reference in New Issue
Block a user