master
GammelJan 6 years ago
parent 67a91e3996
commit e90ebc14be

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 707 B

@ -328,7 +328,7 @@ public class GameScreen {
case 2:
tx[0] = new Texture("sprites/arrow.png");
entitySprites[i] = new EntitySprite(tx, 36, 15);
entitySprites[i] = new EntitySprite(tx, 24, 12);
break;
case 3:

@ -14,7 +14,7 @@ public class DesktopLauncher {
config.title = "The Restless Caverns - Der beste Dungeon Crawler ALLER ZEITEN";
config.resizable = true;
//config.addIcon("logo.png", Files.FileType.Internale);
new LwjglApplication(new Controller(), config);
}
}
Loading…
Cancel
Save