Hey Cosmo,
Im noticing that the pointer sizes just all around in difference sizes in your layouts. I know its sounds like im being nit-picky but how would you recommend editing the layout.nut's so they all show up the same size?
that's related to the size of the pointer.png files. Some are bigger than others. You can resize them in photoshop, gimp, etc...
then search for this line in layout.nut
local point = fe.add_image("pointers/pointer.png", flx*0.90, fly*0.34, flw*0.2, flh*0.35);
flx. is the position in the x axis (horizontal) it should be ok with a 0.88 - 0.91 range. flw* is the width of the image, some look ok with 0.2, some with 0.1
attract mode in pc make testing easier.
I'll finally have some free time this week, so expect more layouts in next days.