Commit faa3aa11 authored by Parsa Rahmaty's avatar Parsa Rahmaty

Minor changes

parent a0915ad0
...@@ -80,6 +80,7 @@ public class CannonControls : MonoBehaviour ...@@ -80,6 +80,7 @@ public class CannonControls : MonoBehaviour
IEnumerator StopControls() IEnumerator StopControls()
{ {
isOn = false; isOn = false;
delay = shootingDelay;
yield return new WaitForSeconds(1); yield return new WaitForSeconds(1);
isOn = true; isOn = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment