mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +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)
|
//KeyToggler.update(terrarumIngame.canPlayerControl)
|
||||||
//printdbg(this, 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
|
private var f12Down = false
|
||||||
|
|||||||
Reference in New Issue
Block a user