mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
removing auto/manual save selection: is practically useless
This commit is contained in:
@@ -21,7 +21,7 @@ import java.util.zip.GZIPInputStream
|
||||
/**
|
||||
* Created by minjaesong on 2023-07-05.
|
||||
*/
|
||||
class UILoadAutosave(val full: UILoadSavegame) : UICanvas() {
|
||||
/*class UILoadAutosave(val full: UILoadSavegame) : UICanvas() {
|
||||
|
||||
override var width: Int = Toolkit.drawWidth
|
||||
override var height: Int = App.scr.height
|
||||
@@ -171,4 +171,4 @@ class UILoadAutosave(val full: UILoadSavegame) : UICanvas() {
|
||||
App.fontSmallNumbers.draw(batch, lastPlayedStamp, item.posX + 5f, item.posY + 3f)
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
Reference in New Issue
Block a user