Kleiner Stern Szene 4 fertig
This commit is contained in:
parent
fd55e1c608
commit
641812d751
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,10 @@ public class AblaufKleinerStern4 : MonoBehaviour
|
|||
}
|
||||
|
||||
private void WirtFuehrtZumStall(){
|
||||
wirt.GetComponent<FigurMitBeinenBewegung>().GoToXPosition(-10);
|
||||
scheduleNewTask(3, delegate(){
|
||||
globalLight.GetComponent<Lichtsteuerung>().FadeToIntensity(0, 1);
|
||||
});
|
||||
nextStep = delegate(){};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue