final submission
This commit is contained in:
parent
c93b8d02b6
commit
264a0b1211
@ -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;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 189 KiB After Width: | Height: | Size: 878 KiB |
Loading…
Reference in New Issue
Block a user