cursor is high af
This commit is contained in:
parent
9aafacd644
commit
827a913f97
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ public class TurnManagerScript : MonoBehaviour {
|
||||||
// Characters that have finished its actions
|
// Characters that have finished its actions
|
||||||
actualNumFinishedChars = 0;
|
actualNumFinishedChars = 0;
|
||||||
|
|
||||||
|
cursor = Instantiate (cursor, new Vector3 (1.5f, 1.0f, 1.5f), Quaternion.identity) as GameObject;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update is called once per frame
|
// Update is called once per frame
|
||||||
|
|
Loading…
Reference in a new issue