[Add] Game Loop Playable
This commit is contained in:
@@ -82,6 +82,12 @@ namespace YachtDice.UI
|
||||
rollButtonText.text = $"Бросок {currentRoll + 1}/{maxRolls}";
|
||||
}
|
||||
|
||||
public void SetRollButtonPending()
|
||||
{
|
||||
rollButton.interactable = false;
|
||||
rollButtonText.text = "Бросок...";
|
||||
}
|
||||
|
||||
public void SetRollButtonInteractable(bool interactable)
|
||||
{
|
||||
rollButton.interactable = interactable;
|
||||
|
||||
Reference in New Issue
Block a user