Java - Resize images upon class instantiation
- by Tyler J Fisher
Hey StackExchange GameDev community, I'm attempting to:
Resize series of sprites upon instantiation of the class they're located in (x2)
I've attempted to use the following code to resize the images, however my attempts have been unsuccessful. I have been unable to write an implementation that is even compilable, so no error codes yet.
…