Created
December 19, 2011 03:54
-
-
Save BlakeWilliams/1495305 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Replace lines 119 and 120 in Game.java with the following code | |
// Also import java.io.File | |
screen = new Screen(WIDTH, HEIGHT, new SpriteSheet(ImageIO.read(new File("res/icons.png")))); | |
lightScreen = new Screen(WIDTH, HEIGHT, new SpriteSheet(ImageIO.read((new File("res/icons.png"))))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment