SO bidde sehr der Herr

This commit is contained in:
AliIbnAbiTalib
2023-02-27 19:37:09 +01:00
parent 9bacf7ab58
commit a60a8f503f
3 changed files with 10 additions and 4 deletions
@@ -64,6 +64,7 @@ public class NoPlayablePlayer : Player
//delay for walk start
timeSinceWurfeln = Time.time;
textLeftMoves.text = wurfelZahl + "";
}
public void ArrowSelect(int idx)
@@ -101,6 +102,7 @@ public class NoPlayablePlayer : Player
else if (wurfelZahl > 0)
{
wurfelZahl--;
textLeftMoves.text = wurfelZahl + "";
//Visiere das nächste Feld an falls noch ein Zug übrig ist (Player steht gerade auf einem Feld oder läuft darüber)
if (wurfelZahl > 0)