|
@@ -194,6 +194,7 @@ export class LevelAction extends Component {
|
|
|
}
|
|
|
|
|
|
let hasUnprocessed = false; // 标记是否有未处理的水层
|
|
|
+ originCup.setMark(false);
|
|
|
|
|
|
for (const waterNode of watersNode) {
|
|
|
const color = waterNode.getComponent(Water)!.color;
|
|
@@ -201,11 +202,6 @@ export class LevelAction extends Component {
|
|
|
let targetNode: Node | null = this.findTargetCupInOutArea(color)?.node || null;
|
|
|
let targetIsTemp = false;
|
|
|
|
|
|
- //DOTO 处理mark问号图标
|
|
|
- // if (waterNode.getComponent(Water).markActive) {
|
|
|
- // waterNode.getComponent(Water)!.setMark(false);
|
|
|
- // }
|
|
|
-
|
|
|
// 调酒区未找到,查找暂存区
|
|
|
if (!targetNode) {
|
|
|
const tempCupsComp = this.tempCups.getComponent(TempCups);
|