fix: fading

This commit is contained in:
hyper
2026-04-12 18:18:45 +08:00
parent 6584578316
commit cc80cbad06
2 changed files with 3 additions and 0 deletions
@@ -68,6 +68,8 @@ export class GameScene extends GameHostScene<TicTacToeState> {
const currentPlayer = this.state.currentPlayer;
this.updateTurnText(currentPlayer);
});
this.gameHost.start();
}
/** 创建棋盘视觉元素(网格、标题、回合提示) */