More small bugfixes

This commit is contained in:
Anuken
2018-01-31 19:38:20 -05:00
parent b71ef67d54
commit 78faddbf89
7 changed files with 14 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ public class DebugFragment implements Fragment {
netClient.clearRecieved();
});
row();
new button("spawn", () -> new Enemy(EnemyTypes.standard).set(player.x, player.y).add());
new button("spawn", () -> new Enemy(EnemyTypes.blast).set(player.x, player.y).add());
row();
new button("stuff", () -> netClient.test());
row();