Skip to content

Commit

Permalink
decrease tap-attack cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvpm committed Dec 5, 2021
1 parent b462a73 commit 5b9fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RandomForest/objects/oPlayer/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ self.attack_animation_ended = false

// tap attack
self.tap_attack_allowed = true // depends on `on-ground`
self.tap_attack_countdown = 1 * 60 // seconds * fps
self.tap_attack_countdown = 0.5 * 60 // seconds * fps
self.tap_attack_countdown_counter = 0

// hurt
Expand Down

0 comments on commit 5b9fa0b

Please sign in to comment.