(normal: string, translated: string, x2: number = 59)
| 40 | } |
| 41 | |
| 42 | private drawSpeech(normal: string, translated: string, x2: number = 59): void{ |
| 43 | this.renderArea.drawSpeech(normal, 4, 38, x2, "aTreeSpeech", translated); |
| 44 | } |
| 45 | |
| 46 | private drawTicTacToeBoard(addButtons: boolean = true, x: number = 19, y: number = 23): void{ |
| 47 | // If the board isn't null |