How to show image and text?
in
Programming Questions
•
1 year ago
I'm making a game right now, and I want to draw out my own pictures on Photoshop first, and then put them in the game rather than having to make a bunch of rectangles and circles. I originally thought that I would use loadImage(), but it only works in draw and setup, and my game requires different images for each time the character turns.
So the question is how do I put in an image? Also how do i display text?
1