Physical relays

This commit is contained in:
2024-06-01 00:58:30 -04:00
parent 1d8f684393
commit 2f753474b1
11 changed files with 278 additions and 117 deletions

View File

@@ -30,16 +30,16 @@ type Impl_Constructor = {
} & Impl_Static_Props
type Impl_Static_Props = {
Volume: number,
Volume: number,
LightTweenTime: number
}
type Constructor_Fun = (MainDisplay: UnionOperation, LanternsMap: Tags.Lanterns, ElevatorSounds: ElevatorSounds, Colors: ElevatorButtonColors) -> ClassConstructor
type Constructor_Return_Props = {
LanternsMap: Tags.Lanterns,
LanternsMap: Tags.Lanterns,
AudioChimeDirection: Sound,
AudioChimeLanding: Sound,
Colors: ElevatorButtonColors
AudioChimeLanding: Sound,
Colors: ElevatorButtonColors
}
type ElevatorAttributes = {