This commit is contained in:
Moritz Ruth 2023-06-17 09:47:44 +02:00
parent 0db000a32e
commit ec50d56357
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -166,8 +166,10 @@ fun ShowBuilderContext.thirdAct() = act("Dritter Akt") {
onRun {
Tops.both.forEach {
it.prismMode.static(FuturelightDmh160.PrismMode.OPEN)
it.prismRotationSpeed.off()
it.pointAtStageMiddleOffCenterMarking()
it.colorWheelMode.static(FuturelightDmh160.ColorWheelMode.Yellow) // TODO: Warm white
it.colorWheelMode.static(FuturelightDmh160.ColorWheelMode.White)
}
}
}