mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
prettier text print on Notification
This commit is contained in:
@@ -114,7 +114,7 @@ class IngameController(val ingame: Ingame) : InputAdapter() {
|
||||
// screenshot key
|
||||
if (keycode == Input.Keys.F12 && !f12Down) {
|
||||
AppLoader.requestScreenshot()
|
||||
ingame.sendNotification(arrayOf("Screenshot taken", ""))
|
||||
ingame.sendNotification("Screenshot taken")
|
||||
f12Down = true
|
||||
println("Screenshot taken.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user