Browse Source

Removed a bit of debug output

master
klonfish 7 years ago committed by klonfish
parent
commit
1e9df42579
  1. 1
      gamemenu.py

1
gamemenu.py

@ -241,7 +241,6 @@ class BalanceInput(AbstractInput, threading.Thread): @@ -241,7 +241,6 @@ class BalanceInput(AbstractInput, threading.Thread):
elif self.player_id == 1:
xbal, ybal = p1x, p1y
print('player_id=%d xbal=%d ybal=%d' % (self.player_id, xbal, ybal))
THRESHOLD = 40
MIN_TIMES = {
InputEvent.LEFT: 0.05,

Loading…
Cancel
Save