mirror of
https://github.com/S4mpsa/InfOS.git
synced 2025-08-04 10:26:03 -04:00

Using a fake method to create fake widgets Using constants from constants file Creating a base widget
7 lines
91 B
Lua
7 lines
91 B
Lua
local constants = {}
|
|
|
|
constants.baseWidth = 40
|
|
constants.baseHeight = 10
|
|
|
|
return constants
|