mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
v-if for FadeToBlack
This commit is contained in:
parent
b7036ebb13
commit
ef45380d3e
@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
update() {
|
||||
this.rollCredits = GameEnd.endState >= 4.5;
|
||||
this.rollCredits = GameEnd.endState >= 2.5;
|
||||
}
|
||||
}
|
||||
};
|
||||
@ -105,7 +105,7 @@ export default {
|
||||
<ModernSidebar v-if="view.newUI" />
|
||||
<SaveTimer />
|
||||
<SpeedrunStatus />
|
||||
<FadeToBlack />
|
||||
<FadeToBlack v-if="rollCredits" />
|
||||
<CreditsContainer v-if="rollCredits" />
|
||||
<NewGame v-if="rollCredits" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user