adding menus and title handling

This commit is contained in:
2026-05-30 21:23:04 -07:00
parent 1886b909d4
commit d7aaab4589
27 changed files with 768 additions and 397 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ local function index(window, q, callback)
imageHolder:setDualDim(0, 0, 0, 0, 0, 0, .4, 1)
-- Plus sign: centered between images at 0.42 to 0.58
plusLabel = frame:newImageLabel("assets/plus.png", 0, 0, 0, 0, .4125, .4, .175)
plusLabel = frame:newImageLabel("assets/images/plus.png", 0, 0, 0, 0, .4125, .4, .175)
plusLabel.square = "w"
plusLabel.align = ALIGN_CENTER
plusLabel.textColor = color.white