Pinguin als Standardcharacter mit Animation

This commit is contained in:
brausjonas
2023-03-31 02:39:36 +02:00
parent 94323a8404
commit 725a68b90c
46 changed files with 3436 additions and 1490 deletions
+4 -4
View File
@@ -42,10 +42,10 @@ public class Room
startPositions = new Vector3[4];
//set up the start positions
startPositions[0] = new Vector3(96, 1, 126);
startPositions[1] = new Vector3(92, 1, 126);
startPositions[2] = new Vector3(96, 1, 128);
startPositions[3] = new Vector3(92, 1, 128);
startPositions[0] = new Vector3(96, 0, 126);
startPositions[1] = new Vector3(92, 0, 126);
startPositions[2] = new Vector3(96, 0, 128);
startPositions[3] = new Vector3(92, 0, 128);
this.server = server;