Compare commits
1 Commits
cf8c2ab200
...
00fe7d12b7
Author | SHA1 | Date | |
---|---|---|---|
00fe7d12b7 |
@ -13,7 +13,7 @@ def main():
|
|||||||
screen_width = 800
|
screen_width = 800
|
||||||
screen_height = 600
|
screen_height = 600
|
||||||
while True:
|
while True:
|
||||||
erratic_movement(screen_width, screen_height, reset)
|
erratic_movement(screen_width, screen_height)
|
||||||
sleep(randbelow(10))
|
sleep(randbelow(10))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user