fixed package so it contains templates, updated config for more control
This commit is contained in:
@@ -20,7 +20,7 @@ local function index(window, q, callback)
|
||||
label = window:newTextLabel(" " ..q.title.. " ",0,0,0,0,0,0,1,.2)
|
||||
label.align = ALIGN_CENTER
|
||||
label.textColor = color.white
|
||||
label.color = color.new("#060ce9")
|
||||
label.color = color.new("#363ac8")
|
||||
local holder = frame:newFrame(-300, -200, 600, 400, .5, .5)
|
||||
holder:centerX(true)
|
||||
holder:centerY(true)
|
||||
|
||||
Reference in New Issue
Block a user