Added some elements to expstyle

This commit is contained in:
Cooldude2606
2019-09-22 19:21:21 +01:00
parent 1855b4c95f
commit ad4b870b59
9 changed files with 297 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
--[[-- Core Module - ExpStyle
@core ExpStyle
]]
local function r(name)
require('expcore.gui.styles.expstyle.'..name)
end
r 'container'
r 'alignment'
r 'header'
r 'scroll_table'
r 'time_label'