final submission
This commit is contained in:
@@ -114,7 +114,7 @@ public class Sprites {
|
||||
* @param image BufferedImage object
|
||||
* @return New resized image
|
||||
*/
|
||||
private static BufferedImage resize (BufferedImage image) {
|
||||
private static BufferedImage resize(BufferedImage image) {
|
||||
// New width and height
|
||||
// Resize factor to match frame size
|
||||
double RESIZE_FACTOR = 2.605;
|
||||
|
Reference in New Issue
Block a user