mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
guide
This commit is contained in:
@@ -35,6 +35,10 @@ local Interactables = TagsConstructor:__Interactables()
|
|||||||
print("[DEBUG] Interactables=", Interactables)
|
print("[DEBUG] Interactables=", Interactables)
|
||||||
|
|
||||||
--Temporary
|
--Temporary
|
||||||
|
--[[
|
||||||
|
Guide for lights with toggable switches:
|
||||||
|
TODO
|
||||||
|
]]
|
||||||
for _, LightProperties in Interactables.LightSwitches do
|
for _, LightProperties in Interactables.LightSwitches do
|
||||||
if LightProperties.Prompt and LightProperties.Switch then
|
if LightProperties.Prompt and LightProperties.Switch then
|
||||||
local Prompt = PromptsConstructor.constructor(LightProperties.Prompt, LightProperties.Switch)
|
local Prompt = PromptsConstructor.constructor(LightProperties.Prompt, LightProperties.Switch)
|
||||||
|
|||||||
Reference in New Issue
Block a user