Skip to content
Snippets Groups Projects

Ruud1

Merged Robin Ruud Kristensen requested to merge ruud1 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -253,7 +253,7 @@ namespace Bigsock
public static Vector3Int DoorLocaitonTransport(int door)
{
return new Vector3Int(DoorLocations[door].x + 1, DoorLocations[door].y + 2, DoorLocations[door].z);
return new Vector3Int(DoorLocations[door].x + 1, DoorLocations[door].y + 3, DoorLocations[door].z);
}
private void ChangeTopTile(int[,] map, int x, int y, int roomNr)
Loading