fixed notificator UI

This commit is contained in:
minjaesong
2019-01-31 20:54:25 +09:00
parent 514f1e9012
commit 75f128a8f7
11 changed files with 102 additions and 45 deletions

View File

@@ -103,8 +103,7 @@ class IngameController(val ingame: Ingame) : InputAdapter() {
// screenshot key
if (keycode == Input.Keys.F12 && !f12Down) {
AppLoader.requestScreenshot()
// FIXME
//ingame.sendNotification(arrayOf("Screenshot taken", ""))
ingame.sendNotification(arrayOf("Screenshot taken", ""))
f12Down = true
println("Screenshot taken.")
}