Commit b325958b authored by haiyoucuv's avatar haiyoucuv

init

parent d6029cfb
...@@ -77,12 +77,14 @@ export class ReviewPanel extends Panel { ...@@ -77,12 +77,14 @@ export class ReviewPanel extends Panel {
this.hidePanel(); this.hidePanel();
gameStore.unlockPark("share"); gameStore.unlockPark("share");
MainGame.ins.unlockPoint(4); MainGame.ins.unlockPoint(4);
CarColorsGlobalInstance.instance.roleSysterm.isGaming = true
}, 2.5); }, 2.5);
} else { } else {
const suc = await gameStore.unlockPark(type); const suc = await gameStore.unlockPark(type);
if (!suc) return; if (!suc) return;
this.hidePanel(); this.hidePanel();
MainGame.ins.unlockPoint(lockIndex); MainGame.ins.unlockPoint(lockIndex);
CarColorsGlobalInstance.instance.roleSysterm.isGaming = true
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment