修改 icon bar UI
This commit is contained in:
@@ -85,7 +85,6 @@ namespace TcgEngine.UI
|
||||
{
|
||||
team_mana_bars[0].value = player.mana_fire;
|
||||
team_mana_bars[0].max_value = player.mana_max;
|
||||
Debug.Log($"Fire Mana: {player.mana_fire}/{player.mana_max}");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -97,7 +96,6 @@ namespace TcgEngine.UI
|
||||
{
|
||||
team_mana_bars[1].value = player.mana_forest;
|
||||
team_mana_bars[1].max_value = player.mana_max;
|
||||
Debug.Log($"Forest Mana: {player.mana_forest}/{player.mana_max}");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -109,7 +107,6 @@ namespace TcgEngine.UI
|
||||
{
|
||||
team_mana_bars[2].value = player.mana_water;
|
||||
team_mana_bars[2].max_value = player.mana_max;
|
||||
Debug.Log($"Water Mana: {player.mana_water}/{player.mana_max}");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user