Skip to content

Commit cea3364

Browse files
committed
added a beet icon
1 parent 6260a31 commit cea3364

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

res/icons/iconlarge.png

2.45 KB
Loading

res/icons/iconsmall.png

877 Bytes
Loading

src/game/Main.java

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public static void main(String[] args) {
1010
try {
1111
AppGameContainer app = new AppGameContainer(new Game());
1212
app.setTargetFrameRate(144);
13+
app.setIcons(new String[] { "res/icons/iconsmall.png",
14+
"res/icons/iconlarge.png" });
1315
app.start();
1416
} catch (SlickException e) {
1517

0 commit comments

Comments
 (0)