mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
bug with going down
This commit is contained in:
@@ -28,7 +28,8 @@ export type InteractablesValues = typeof(Enums.InteractType.LightSwitch) |
|
||||
typeof(Enums.InteractType.Light) |
|
||||
typeof(Enums.InteractType.LightSource)
|
||||
|
||||
export type ElevatorValues = typeof(Enums.Elevator.Otis1960)
|
||||
export type ElevatorValues = typeof(Enums.Elevator.Otis1960) |
|
||||
typeof(Enums.Elevator.Haughton)
|
||||
|
||||
Enums.Button = {
|
||||
Car = "CarButton" :: "CarButton",
|
||||
@@ -50,7 +51,8 @@ Enums.SpecialButton = {
|
||||
}
|
||||
|
||||
Enums.Elevator = {
|
||||
Otis1960 = "Otis1960" :: "Otis1960"
|
||||
Otis1960 = "Otis1960" :: "Otis1960",
|
||||
Haughton = "Haughton" :: "Haughton"
|
||||
}
|
||||
|
||||
Enums.InteractType = {
|
||||
|
||||
Reference in New Issue
Block a user