Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created December 19, 2011 03:54
Show Gist options
  • Save BlakeWilliams/1495305 to your computer and use it in GitHub Desktop.
Save BlakeWilliams/1495305 to your computer and use it in GitHub Desktop.
// 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