Skip to content
Snippets Groups Projects
Commit dafaeded authored by Canopteks's avatar Canopteks
Browse files

Unknown push problem

parent cad65937
Branches
Tags
No related merge requests found
......@@ -113,7 +113,6 @@ func processAttack(attackType):
secondaryAttack()
func primaryAttack():
# Set active the hitbox of the attack, its visual feedback on server
primaryHitArea.set_monitoring(true)
primaryHitArea.set_visible(true)
......@@ -131,7 +130,6 @@ func primaryAttack():
primaryHitArea.set_visible(false)
func secondaryAttack():
# Set active the hitbox of the attack, its visual feedback on server
secondaryHitArea.set_monitoring(true)
secondaryHitArea.set_visible(true)
......
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