diff options
| author | Max <mahn.maxwell@gmail.com> | 2021-10-18 14:01:59 -0400 |
|---|---|---|
| committer | Max <mahn.maxwell@gmail.com> | 2021-10-18 14:01:59 -0400 |
| commit | 282ef034da592e7da828048f68e231cb98f6178c (patch) | |
| tree | 951117c0bd29630a9a41fc7f4e41b734b62af2d4 /main.py | |
| parent | b4096111891cebd274d746384ace25c2a66d7f99 (diff) | |
spawn only when moving
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -167,7 +167,8 @@ while True: MoveUp() elif userin in key_down: MoveDown() - + else: + continue try: SpawnBlock() except: |
