Initial progress syncing + many existing bugs
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
public class Maze : UdonSharpBehaviour
|
||||
{
|
||||
[SerializeField] public Vector2 mazeBoundaries;
|
||||
[SerializeField] public GameObject[] ghostTargets;
|
||||
[SerializeField] public GameObject pelletContainer;
|
||||
[SerializeField] public GameObject mazeSprite;
|
||||
[SerializeField] public Transform[] ghostTargets;
|
||||
[SerializeField] public Transform pacManStart;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user