flappy init
This commit is contained in:
@@ -37,10 +37,10 @@ class Flappy(GameBase):
|
||||
while True:
|
||||
if self.overlay.run_mode == 'stopped' or self.overlay.run_mode == 'paused':
|
||||
return
|
||||
#pydirectinput.mouseDown()
|
||||
#cv.waitKey(50)
|
||||
#pydirectinput.mouseUp()
|
||||
#cv.waitKey(250)
|
||||
pydirectinput.mouseDown()
|
||||
cv.waitKey(50)
|
||||
pydirectinput.mouseUp()
|
||||
cv.waitKey(250)
|
||||
'''
|
||||
if self.stone_id_thread.get_pick_up_status() == False:
|
||||
if (time() - last_letter_received) >= 5:
|
||||
|
||||
Reference in New Issue
Block a user