Skip to content
Snippets Groups Projects
Commit 36335dd1 authored by Julius Fredrik Einum's avatar Julius Fredrik Einum
Browse files

Merge branch 'main' into JuliusesNyeSuperBranch

parents cfbcb99a cf92c016
No related branches found
No related tags found
2 merge requests!52Updating master,!51Juliuses nye super branch
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment