UI components completed

added button functionality and mesh grid to scene
This commit is contained in:
dereelatwit
2023-08-08 15:30:55 -04:00
parent 3ac2b11494
commit aec4fc6d37
15 changed files with 3511 additions and 254 deletions
@@ -29,7 +29,7 @@ public class WallsButton : MonoBehaviour, IPointerDownHandler, IPointerUpHandler
public void IWasClicked()
{
Debug.Log("O pressed, placing Walls");
Debug.Log("Placing Mode: Obstacles");
}