mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
generalised things so that they would work outside of ingame.world; title screen wip
This commit is contained in:
@@ -7,8 +7,6 @@ package net.torvald.terrarum.gameactors
|
||||
* Created by minjaesong on 15-12-31.
|
||||
*/
|
||||
interface Controllable {
|
||||
|
||||
fun processInput(delta: Float)
|
||||
fun keyDown(keycode: Int): Boolean
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user