diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-10 19:44:35 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-10 19:44:35 +0600 |
| commit | 6c4a23384e925a2a8c0b13338f8be2ec17912589 (patch) | |
| tree | 30c320ce3f71edcd44a824dc4d66fddeebad4645 /core | |
| parent | 78ac1c403fdbcab42622d149135f387ea053368e (diff) | |
Removed the delete save button because it requires Kotlin lambdas (I guess).
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt b/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt index 3a3839a..fccf21c 100644 --- a/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt +++ b/core/src/com/ilotterytea/maxoning/ui/SavegameInfo.kt @@ -74,7 +74,7 @@ class SavegameInfo( } }) - actions.add(delButton).pad(4f) + //actions.add(delButton).pad(4f) // Play button: val playButton = TextButton("Play!", skin) @@ -85,7 +85,7 @@ class SavegameInfo( } }) - actions.add(playButton).width(444f) + actions.add(playButton).width(508f) } else { // - - - N A M E - - - : // Label for points: |
