forked from External/mage
Image from Incantus as background texture. Looks much better than previous one. Will be configurable latter.
This commit is contained in:
parent
05fa7f20e5
commit
a271ee7107
2 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
|
||||
//FIXME: remove from here
|
||||
try {
|
||||
BufferedImage background = ImageIO.read(this.getClass().getResourceAsStream("/dk_gray.jpg"));
|
||||
BufferedImage background = ImageIO.read(this.getClass().getResourceAsStream("/hardwoodfloor.png"));
|
||||
ImagePanel bgPanel = new ImagePanel(background, ImagePanel.TILED);
|
||||
|
||||
// Override layout (I can't edit generated code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue