Add global smodel alias of simple_models

This commit is contained in:
Jordan Irwin 2021-08-23 13:14:18 -07:00
parent 3be8e41de8
commit 73b5407d0c

View File

@ -24,3 +24,12 @@ simple_models = {
box = {-0.5, -0.5, -0.5, 0.5, 1.5, -0.45},
},
}
--- Global table.
--
-- Alias of `simple_models`
--
-- @table smodel
if not core.global_exists("smodel") then
smodel = simple_models
end