Added respawn animation on game start

This commit is contained in:
Anuken
2018-05-31 11:48:07 -04:00
parent e534a6b7fc
commit 24e7d755eb
8 changed files with 11 additions and 25 deletions

View File

@@ -166,7 +166,7 @@ public class NetworkIO {
}
}
player.set(world.getSpawnX(), world.getSpawnY());
player.dead = true;
world.endMapLoad();