storage cards > data
This commit is contained in:
parent
16a5c156ca
commit
2e62c0f3f6
@ -185,7 +185,7 @@ export class ValuesSortingPage {
|
|||||||
|
|
||||||
// go to rearrange page
|
// go to rearrange page
|
||||||
if(this.game.cardset.length <= 5){
|
if(this.game.cardset.length <= 5){
|
||||||
await this.game.saveGameStorage("Values", "Align", "cards", this.game.cardset);
|
await this.game.saveGameStorage("Values", "Align", this.game.cardset);
|
||||||
await this.alertService.presentAlert("Done!","You've selected 5 cards, continue to the next page.");
|
await this.alertService.presentAlert("Done!","You've selected 5 cards, continue to the next page.");
|
||||||
this.router.navigateByUrl(`/valuesAlign`);
|
this.router.navigateByUrl(`/valuesAlign`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user