Skip to content
Snippets Groups Projects
Commit cf92c016 authored by Robin Ruud Kristensen's avatar Robin Ruud Kristensen
Browse files

Merge branch 'ruud1' into 'main'

Ruud1

See merge request !50
parents d8ac551b e5b392dd
No related branches found
No related tags found
2 merge requests!52Updating master,!50Ruud1
...@@ -253,7 +253,7 @@ namespace Bigsock ...@@ -253,7 +253,7 @@ namespace Bigsock
public static Vector3Int DoorLocaitonTransport(int door) 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) 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