screenshots will take unique name

This commit is contained in:
minjaesong
2020-11-25 13:39:17 +09:00
parent 79114fcbd0
commit bed6f74462
4 changed files with 11 additions and 5 deletions

View File

@@ -117,7 +117,6 @@ class IngameController(val terrarumIngame: TerrarumIngame) : InputAdapter() {
// screenshot key
if (keycode == Input.Keys.F12 && !f12Down) {
AppLoader.requestScreenshot()
terrarumIngame.sendNotification("Screenshot taken")
f12Down = true
println("Screenshot taken.")
}