mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00
New Version 1.41
Fixed the bugs.
This commit is contained in:
parent
0b195a0fc1
commit
608509ccbb
19 changed files with 32 additions and 28 deletions
|
@ -759,7 +759,7 @@ public class Game : MonoBehaviour
|
|||
else if (playerTurn == 2)
|
||||
{
|
||||
gameManager.chooseBallIndex = gameManager.turnBalls3;
|
||||
playerNameText.text = gameManager.bowler[gameManager.turnBalls3].playerName;
|
||||
playerNameText.text = gameManager.bowler[gameManager.turnNameIndex3].playerName;
|
||||
}
|
||||
else if (playerTurn == 3)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue