changed how camera smoothing works but not sure it doing what I intended

This commit is contained in:
minjaesong
2021-10-15 10:34:41 +09:00
parent 51fe1028e9
commit bc009a4b8d
4 changed files with 30 additions and 16 deletions

View File

@@ -135,7 +135,7 @@ class UIKeyboardControlPanel : UICanvas() {
updateKeycaps()
buttonReset.clickOnceListener = { x, y, button ->
println("reset keys!")
// println("reset keys!")
resetKeyConfig()
updateKeycaps()
}