mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-04 17:21:01 +07:00
dummy layout component and system
This commit is contained in:
13
samples/bin/library/scripts/emmy/components/layout.lua
Normal file
13
samples/bin/library/scripts/emmy/components/layout.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
---@class layout
|
||||
local layout = {
|
||||
}
|
||||
|
||||
---@class layout_item
|
||||
local layout_item = {
|
||||
}
|
||||
|
||||
---@type layout
|
||||
_G.layout = _G.layout or layout
|
||||
|
||||
---@type layout_item
|
||||
_G.layout_item = _G.layout_item or layout_item
|
||||
Reference in New Issue
Block a user