new API and rematch WIP
This commit is contained in:
@@ -37,6 +37,7 @@ public class GameCanvas : MonoBehaviour
|
||||
public TMP_Text blueTurnTimer;
|
||||
[FormerlySerializedAs("txtTurnTimer")] public TMP_Text redTurnTimer;
|
||||
public TMP_Text redName,blueName;
|
||||
public TMP_Text txtRcPrize;
|
||||
public TMP_Text txtWhosTurn;
|
||||
public Image blueTurnTimerRound;
|
||||
[FormerlySerializedAs("turnTimerRound")] public Image redTurnTimerRound;
|
||||
@@ -87,6 +88,9 @@ public class GameCanvas : MonoBehaviour
|
||||
}catch{
|
||||
Logger.Log("Failed to fetch red and blue names, isServer?");
|
||||
}
|
||||
|
||||
if (txtRcPrize != null)
|
||||
txtRcPrize.text = CoinHelper.FormatString(GameManager.MatchRcPrizeCoins) + " RC";
|
||||
}
|
||||
|
||||
void OnEmoteTextPressed(string txtName){
|
||||
|
||||
Reference in New Issue
Block a user