Created cursor for menu

-created a cursor scrfipt and prefab and I have interegrated them with
the buttons on all pregame buttons (may need some refinement)
This commit is contained in:
Evan Nydahl
2022-04-13 11:45:06 -05:00
parent 04a8caf8bb
commit 3379b8b0a8
17 changed files with 3400 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ public class KingMove : NetworkBehaviour
private Vector3 KingMontStr = new Vector3(-4500, 825, 1130);
private Vector3 KingMontEnd = new Vector3(-4500, 825, -110);
private GameObject Grid;
public int mouseSensitivity;
void Awake()
{
@@ -71,5 +72,8 @@ public class KingMove : NetworkBehaviour
Debug.Log("Aw, Beans");
transform.position = KingStrPos;
}
}
}