Files
enduro2d/samples/bin/library/scripts/emmy/assets/shape.lua
2019-11-14 03:38:24 +07:00

16 lines
232 B
Lua

---@class shape
local shape = {
}
---@type shape
_G.shape = _G.shape or shape
---@class shape_asset
local shape_asset = {
---@type shape
content = nil
}
---@type shape_asset
_G.shape_asset = _G.shape_asset or shape_asset