[FIXED] Fill with ImageSheets

For sure, you can see in the attached 4 files the exact same code where in one version I tile the image directly and in the other I’m tiling the frame within an image sheet. Attached is the image sheet too; the black bar cutting the box is the right side of the image sheet where the other, smaller, image frames sit.

I’m using these repeating settings globally:

display.setDefault( “textureWrapX”, “repeat” )
display.setDefault( “textureWrapY”, “repeat” )