Add files via upload

This commit is contained in:
themixray 2021-12-09 23:13:41 +03:00 committed by GitHub
parent 5b9eeb258f
commit d6915bc901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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