Skip to content

Commit

Permalink
remove two touch terminal from flick
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyotech committed Dec 12, 2022
1 parent 3426a76 commit 808c7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker_flick.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
time_after_ground_sec=0.25,
min_height=100,
neg_z_check=True),
PlayerTwoTouch(time_to_arm=1, tick_skip=Constants_flick.FRAME_SKIP),
# PlayerTwoTouch(time_to_arm=1, tick_skip=Constants_flick.FRAME_SKIP),
TimeoutCondition(fps * 100),
AttackerTouchCloseGoal(distance=1000),
],
Expand Down

0 comments on commit 808c7ac

Please sign in to comment.