This commit is contained in:
Insality
2024-11-20 23:36:04 +02:00
parent f2fa5320d2
commit 7ea8691fc5
104 changed files with 451 additions and 12743 deletions

View File

@@ -10,7 +10,7 @@ return function()
describe("Static Grid component", function()
local parent = nil
---@type druid.static_grid
---@type druid.grid
local grid = nil
local prefab = nil
@@ -30,7 +30,7 @@ return function()
parent = mock_gui.add_box("parent", 0, 0, 50, 50)
prefab = mock_gui.add_box("prefab", 50, 50, 25, 25)
grid = druid:new_static_grid(parent, prefab, 3)
grid = druid:new_grid(parent, prefab, 3)
end)
after(function()