mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-25 06:26:16 -04:00
wip
This commit is contained in:
parent
530e94f704
commit
d43dd90a86
23 changed files with 268 additions and 152 deletions
|
@ -98,7 +98,11 @@ export async function openCreativeModePerksPicker() {
|
|||
} else if ("bricks" in choice) {
|
||||
setSettingValue("creativeModePerks", creativeModePerks);
|
||||
if (await confirmRestart(gameState)) {
|
||||
restart({ perks: creativeModePerks, level: choice });
|
||||
restart({
|
||||
perks: creativeModePerks,
|
||||
level: choice,
|
||||
isCreativeRun: true,
|
||||
});
|
||||
}
|
||||
return;
|
||||
} else if (choice) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue