diff --git a/src/main/kotlin/de/moritzruth/lampenfieber/act/Second.kt b/src/main/kotlin/de/moritzruth/lampenfieber/act/Second.kt index d09b7fa..c0045ca 100644 --- a/src/main/kotlin/de/moritzruth/lampenfieber/act/Second.kt +++ b/src/main/kotlin/de/moritzruth/lampenfieber/act/Second.kt @@ -24,8 +24,8 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") { scene("Szene 2") { step(StepCue.MusicEnd) { actors { - +"Heike" - +"Sven" + +"Heike / von links" + +"Sven / steht rechts" } onRun { @@ -133,7 +133,7 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") { } } - lightStep(StepCue.Text("Paula", "wer oben schwimmt.", "auf das letzte Wort")) { + lightStep(StepCue.Custom("Refrain")) { Washs.both.forEach { it.pointAtCeiling(8.seconds) it.brightness.fade(100.percent, 2.seconds) @@ -160,8 +160,11 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") { rightSpotTarget = null + curtainState = CurtainState.CLOSED + onRun { - spotRight.brightness.fade(0.percent, 3.seconds) + spotRight.brightness.off(3.seconds) + sideLight.brightness.off(3.seconds) } } @@ -170,7 +173,6 @@ fun ShowBuilderContext.secondAct() = act("Zweiter Akt") { } step(StepCue.MusicEnd) { - sideLight.brightness.off() } } } \ No newline at end of file diff --git a/src/main/kotlin/de/moritzruth/lampenfieber/act/Third.kt b/src/main/kotlin/de/moritzruth/lampenfieber/act/Third.kt index 44574b9..cd5cee4 100644 --- a/src/main/kotlin/de/moritzruth/lampenfieber/act/Third.kt +++ b/src/main/kotlin/de/moritzruth/lampenfieber/act/Third.kt @@ -17,8 +17,6 @@ import kotlin.time.Duration.Companion.seconds fun ShowBuilderContext.thirdAct() = act("Dritter Akt") { scene("Szene 1") { step(StepCue.Stub) { - // TODO: Alles, was hier passiert. - props(PropConfigurations::casting) actors {