Gabriel Moreira Minossi aea2f475e5 Refactoring widget
Using a fake method to create fake widgets
Using constants from constants file
Creating a base widget
2021-01-11 13:02:11 -03:00

7 lines
91 B
Lua

local constants = {}
constants.baseWidth = 40
constants.baseHeight = 10
return constants