Skip to content

Commit

Permalink
changed 0.75 to 0.5, work up rather than down
Browse files Browse the repository at this point in the history
  • Loading branch information
adangert committed Jun 6, 2019
1 parent 1427502 commit 8e73fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joust.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def track_move(move, game_mode, team, team_color_enum, dead_move, force_color, \
move.set_rumble(90)
dead_move.value = 0
move.update_leds()
time.sleep(0.75)
time.sleep(0.5)
dead_invince.value = False

elif change > warning and not vibrate:
Expand Down

0 comments on commit 8e73fd4

Please sign in to comment.