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