Commit 15766457 authored by haiyoucuv's avatar haiyoucuv

init

parent 5beeea38
......@@ -263,7 +263,7 @@ export class MainGame extends Scene {
CardManager.ins.init(gameStore.startInfo?.barrierFlag ? 1 : 3);
LuckyBagManager.ins.init();
await Target.ins.showTarget3();
await PreCd.ins.startCd();
// await PreCd.ins.startCd();
} else if (currentStage == 2) {
const { time, energy } = Global.stageConfig[1];
......
......@@ -376,7 +376,7 @@ export class Snake extends Component {
*/
private grow() {
if (this.length > 1000) {
if (this.length > 800) {
return;
}
......
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