MIDI input test

Former-commit-id: 8ec51637782a2c4185716f3164c837477e648975
This commit is contained in:
Song Minjae
2017-03-17 23:49:48 +09:00
parent 208fd2ba15
commit d3547e47ca
5 changed files with 333 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ class StateUITest : BasicGameState() {
ui.update(container, delta)
}
override fun getID() = Terrarum.STATE_ID_TEST_UI
override fun getID() = Terrarum.STATE_ID_TEST_UI1
override fun render(container: GameContainer, game: StateBasedGame, g: Graphics) {
ui.render(container, game, g)