Removed Blub
Removed Blubl
This commit is contained in:
@@ -210,7 +210,7 @@ public class PlayablePlayer : Player
|
||||
AddCoins(-3);
|
||||
break;
|
||||
case 2: //pinkes Feld
|
||||
int randyPinkField = Random.Range(1, 1);
|
||||
int randyPinkField = Random.Range(2, 2);
|
||||
int tempCurrentItems = -1;
|
||||
switch (randyPinkField)
|
||||
{
|
||||
|
||||
@@ -55,22 +55,6 @@ public class RandomRotator : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
SetOptionsText(0, "Bub");
|
||||
SetOptionsText(1, "Test");
|
||||
SetOptionsText(2, "Hulululu");
|
||||
SetOptionsText(3, "Testuuuu");
|
||||
StartRandom();
|
||||
|
||||
Invoke("Temp", 5);
|
||||
}
|
||||
|
||||
private void Temp()
|
||||
{
|
||||
Stop(2);
|
||||
}
|
||||
|
||||
public void StartRandom()
|
||||
{
|
||||
lastTimeSwitched = Time.time;
|
||||
|
||||
Reference in New Issue
Block a user