How would I load certain images into an array set like
Map = ( ( 1, 1, 1 ), ( 2, 2, 2 ), ( 3, 3, 3 ) )
I can put
images into variables like so
one = oslLoadImageFile("one.png", OSL_IN_RAM, OSL_PF_5551);
so whould I be able to do something like Map = ( ( one, one, one ) )
and if each image was 32x32 would it be able to be side by side rather then a pixal ahead
Sorry im still learning and trying to go over some basics in my hea