mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 10:04:05 +09:00
textbuttonlist fixed incorrect vertical placement
This commit is contained in:
@@ -20,6 +20,9 @@ object KeyToggler {
|
||||
return currentState[key]
|
||||
}
|
||||
|
||||
/**
|
||||
* Put this into the each scene's update/render method.
|
||||
*/
|
||||
fun update(gameMode: Boolean = true) {
|
||||
for (it in 0..255) {
|
||||
if (gameMode && it in gameKeys &&
|
||||
|
||||
Reference in New Issue
Block a user