mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 10:34:06 +09:00
fix: title screen UIs can be closed using ESC
This commit is contained in:
@@ -25,6 +25,8 @@ class UILoadSavegame(val remoCon: UIRemoCon) : Advanceable() {
|
||||
// private val hash = RandomWordsName(3)
|
||||
|
||||
init {
|
||||
handler.allowESCtoClose = false
|
||||
|
||||
CommonResourcePool.addToLoadingList("terrarum-defaultsavegamethumb") {
|
||||
TextureRegion(Texture(Gdx.files.internal("assets/graphics/gui/savegame_thumb_placeholder.png")))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user