This commit is contained in:
Michael Freno
2025-10-13 09:44:33 -04:00
parent 2d724bf120
commit a0cea8081b
12 changed files with 313 additions and 123 deletions

View File

@@ -595,7 +595,7 @@ function TestAbsolutePositioningBasic:testMultiBranchZIndexStacking()
})
-- Background layer (z=1)
local background = Gui.new({
local backgroundColor = Gui.new({
parent = container,
id = "background",
x = 100,