Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Frib authored and Frib committed Oct 2, 2023
1 parent 14a1a0c commit 94945f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnityGame/Assets/Scripts/CountdownCanvasScript.cs
Expand Up @@ -28,8 +28,8 @@ public void StartCountdown()
Reward = rewardInstance.GetComponent<Module>();
rewardInstance.SetActive(false);

//rewardInstance.AddComponent<RotatorScript>().RotatoSpeed = new Vector3(0, 90, 0);
//RewardParent.position = Camera.main.transform.position + (Camera.main.transform.forward * 1.5f) + (Camera.main.transform.up * -.4f);
rewardInstance.AddComponent<RotatorScript>().RotatoSpeed = new Vector3(0, 90, 0);
RewardParent.position = Camera.main.transform.position + (Camera.main.transform.forward * 1.5f) + (Camera.main.transform.up * -.4f);
startTime = Time.time;
gameObject.SetActive(true);
}
Expand Down

0 comments on commit 94945f0

Please sign in to comment.