Hintergrundbild verkleinert, Starbackground angepasst.

This commit is contained in:
Jan Philipp Timme 2014-10-30 23:46:38 +01:00
parent 81f3cb7536
commit 52adadda88
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

After

Width:  |  Height:  |  Size: 213 KiB

View File

@ -23,6 +23,7 @@ public class StarBackground extends Background {
public void paint(Graphics2D g) {
g.drawImage(this.getImage(), (0+this.offset), 0, null);
g.drawImage(this.getImage(), (this.getImage().getWidth()+this.offset), 0, null);
g.drawImage(this.getImage(), (2*this.getImage().getWidth()+this.offset), 0, null);
}
}