yeah table uh not sure
This commit is contained in:
@@ -9,6 +9,10 @@ LoadedObjects = {
|
||||
|
||||
-- level functions
|
||||
function LoadedObjects.DrawCollisions()
|
||||
for _, ladder in pairs(LoadedObjects.Collisions) do
|
||||
ladder:Draw(1)
|
||||
end
|
||||
|
||||
for _, platform in pairs(LoadedObjects.Platforms) do
|
||||
if platform.disable == true then platform:Draw(2) end
|
||||
if platform.disable == false then platform:Draw(1) end
|
||||
|
||||
Reference in New Issue
Block a user