mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-13 04:45:15 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user