fixed package so it contains templates, updated config for more control

This commit is contained in:
2026-06-08 19:29:03 -07:00
parent 4d0fb606af
commit 0c90ab885e
36 changed files with 267 additions and 635 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ 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.borderColor = color.new("#060ce9")
label.color = color.new("#363ac8")
label.borderColor = color.new("#363ac8")
if not q.imageA or q.imageA == "" then
error("Missing 'imageA' field for question!")