Commit b325958b authored by haiyoucuv's avatar haiyoucuv

init

parent d6029cfb
......@@ -77,12 +77,14 @@ export class ReviewPanel extends Panel {
this.hidePanel();
gameStore.unlockPark("share");
MainGame.ins.unlockPoint(4);
CarColorsGlobalInstance.instance.roleSysterm.isGaming = true
}, 2.5);
} else {
const suc = await gameStore.unlockPark(type);
if (!suc) return;
this.hidePanel();
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