Commit 176e2a0e authored by 李维's avatar 李维

增加翻卡等待时间

parent 93a7f5f7
...@@ -194,7 +194,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -194,7 +194,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
pg.event.emit("card_back", ch.getComponent(CardItem).data.id); pg.event.emit("card_back", ch.getComponent(CardItem).data.id);
}) })
Game.getIns().isCanClick = true; Game.getIns().isCanClick = true;
}, 2) }, 3)
} }
......
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