Add files via upload
This commit is contained in:
parent
5b9eeb258f
commit
d6915bc901
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ while run:
|
|||
|
||||
win.blit(score,(0,0))
|
||||
|
||||
set_position = win.position
|
||||
set_position = list(win.position)
|
||||
if pygwin.keyboard.isPressed('w'):
|
||||
player[1] -= 5
|
||||
set_position[1] -= 5 # Move window up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue