Commit fef46806 authored by Trương Khoa (NEGAXY)'s avatar Trương Khoa (NEGAXY)
parents 218e2f6d 2fd7e2a5
......@@ -43,7 +43,7 @@ CapsuleCollider:
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
m_Radius: 2
m_Radius: 50
m_Height: 5
m_Direction: 2
m_Center: {x: 0, y: 0, z: 0}
......
......@@ -804,7 +804,7 @@ public class Controller : MonoBehaviour
//}
if (Interface.instance.skillSelectionManager.skills[3].CanUse())
{
Interface.instance.skillSelectionManager.skills[3].CountDown(3f);
Interface.instance.skillSelectionManager.skills[3].CountDown(0.5f);
default_attacking = false;
homeMissile.LaunchMissle();
......@@ -974,7 +974,7 @@ public class Controller : MonoBehaviour
{
if (Interface.instance.skillSelectionManager.skills[6].CanUse())
{
Interface.instance.skillSelectionManager.skills[6].CountDown(4f);
Interface.instance.skillSelectionManager.skills[6].CountDown(3f);
default_attacking = false;
//-----------
......@@ -1122,7 +1122,7 @@ public class Controller : MonoBehaviour
CheckRemainAmmo(8);
default_attacking = false;
homeMissile.LaunchMissle();
Interface.instance.skillSelectionManager.skills[8].CountDown(2f);
Interface.instance.skillSelectionManager.skills[8].CountDown(1f);
yield break;
}
}
......
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