This commit is contained in:
Robert Jelic
2025-02-16 20:26:12 +01:00
parent 50c28b933e
commit 7f08b6d0f7

View File

@@ -17,6 +17,7 @@ function Frame.new()
return self
end
--- Initializes the Frame instance
function Frame:init(props, basalt)
Container.init(self, props, basalt)
self.set("type", "Frame")