We are about to switch to a new forum software. Until then we have removed the registration on this forum.
So im trying to make a game for testing my skills and other stuff that i know. And i want to make textures but not make them all their single image. I want them all to be on one image, that are in sections of 16. If you don't understand ill try to explain a little big better. And as always any help would be great!
Answers
He's talking about sprite sheets or tile sheets.
The image that's posted is pretty useless.
@koogs ya thats what im going for a spite sheet. A 80x48 image with 16x16 sections for a wall tile that i could use to make a room type of thing. But the thing is that im not sure how to do that. Could you explain the process to do it?
copy() will copy blocks out of an image
https://processing.org/reference/copy_.html
Ok thanks so much!
Ah, sprites. See also @quark 's sprite library for processing, S4P:
http://www.lagers.org.uk/s4p/