This commit is contained in:
2024-04-16 22:34:27 -04:00
parent a16c86af45
commit 1f1ffb0ea8

View File

@@ -35,6 +35,10 @@ local Interactables = TagsConstructor:__Interactables()
print("[DEBUG] Interactables=", Interactables)
--Temporary
--[[
Guide for lights with toggable switches:
TODO
]]
for _, LightProperties in Interactables.LightSwitches do
if LightProperties.Prompt and LightProperties.Switch then
local Prompt = PromptsConstructor.constructor(LightProperties.Prompt, LightProperties.Switch)