Improve equipment window

This commit is contained in:
2022-08-25 20:05:15 +02:00
parent a8a12a022a
commit 2c1fc56a5f
13 changed files with 287 additions and 39 deletions

View File

@@ -74,7 +74,6 @@ public class DemoRunner implements GameRunner {
this.player.setSpeed(4f);
this.player.setAnimationSpeed(1f);
this.player.setBlocking(true);
this.player.setWeapon(new RangedWeapon("wooden_bow"));
}
public void newGame() {