commit #34
This commit is contained in:
parent
0db000a32e
commit
ec50d56357
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue