fix: fading
This commit is contained in:
@@ -68,6 +68,8 @@ export class GameScene extends GameHostScene<TicTacToeState> {
|
||||
const currentPlayer = this.state.currentPlayer;
|
||||
this.updateTurnText(currentPlayer);
|
||||
});
|
||||
|
||||
this.gameHost.start();
|
||||
}
|
||||
|
||||
/** 创建棋盘视觉元素(网格、标题、回合提示) */
|
||||
|
||||
Reference in New Issue
Block a user