I’m getting this error in the console when I draw a simple “widget.newButton”:
ultimateBtn = widget.newButton{
label = "Test",
labelColor = { default={65, 95, 106}, over={65, 95, 106} },
xOffset=0,
fontSize=24,
default="assets/images/ultimateBtn.png",
over="assets/images/ultimateBtnPressed.png",
width=295, height=55,
left=12, top=10,
onRelease = function()
end
}
Any idea? I don’t specify “Helvetica-bold” anywhere in my code. I’m using CrawlSpaceLib, Storyboard, Storage and Widget. [import]uid: 128747 topic_id: 33983 reply_id: 333983[/import]