mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Shorten cloud save modal
This commit is contained in:
parent
2e31e6d569
commit
21910bbd16
@ -5794,6 +5794,7 @@ br {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
font-size: 1.3rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,6 @@ export default {
|
||||
:show-name="hasDifferentName"
|
||||
save-type="Local Save"
|
||||
/>
|
||||
<br>
|
||||
<SaveInfoEntry
|
||||
:save-data="conflict.cloud"
|
||||
:other-data="conflict.local"
|
||||
|
@ -99,7 +99,6 @@ export default {
|
||||
:show-name="hasDifferentName"
|
||||
save-type="Cloud Save"
|
||||
/>
|
||||
<br>
|
||||
Would you like to overwrite the Cloud Save? Your choice here will apply for every
|
||||
time the game automatically attempts to Cloud Save, until the page is reloaded.
|
||||
<div
|
||||
|
@ -148,7 +148,6 @@ export default {
|
||||
<span v-html="formattedSTDText" />
|
||||
{{ timePlayed }}
|
||||
<br>
|
||||
<br>
|
||||
<span v-html="antimatter" />
|
||||
<span v-html="prestigeCount" />
|
||||
<span v-html="prestigeResource" />
|
||||
|
Loading…
Reference in New Issue
Block a user