I can't figure out how (or where) Squirrel pulls filenames to fill the ListBox. But my add.listbox command only fills it with the filename minus the .zip (ex: "joust").
How do I get my listbox to show the full game name instead (ex: "Joust (Green Label)").
I only make one call to the listbox, and AM does seem to pull some default data to fill it. Can't find where to change this.
local lb = fs.add_listbox( 10*xs, 83*ys, 245*xs, 335*ys );
lb.rows = 18;
lb.charsize = 12*ys;
Any help, appreciated.