Commit e57b0687 authored by haiyoucuv's avatar haiyoucuv

更改

parent 3ed3fb0d
......@@ -140,7 +140,10 @@ export class MainGame extends Scene {
}
clickHammer = () => {
if (this.hammerCount <= 0) {
showToast("暂无道具");
return;
}
}
/**
......@@ -150,7 +153,7 @@ export class MainGame extends Scene {
if (this.isOver) return;
if (this.proteanCount <= 0) {
showToast("万能球不足");
showToast("暂无道具");
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