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
@@ -21,7 +21,7 @@ local function index(window, q, callback)
label.align = ALIGN_CENTER
label.textColor = color.white
label.color = color.new("#060ce9")
imageHolder = frame:newImageButton("assets/speaker.png",0,0,0,0,0,0,.3,.4)
imageHolder = frame:newImageButton("assets/images/speaker.png",0,0,0,0,0,0,.3,.4)
imageHolder:setAspectSize(imageHolder.imageWidth,imageHolder.imageHeight)
imageHolder:centerX(true)
imageHolder:centerY(true)