From d6915bc901e15e41775b5dbd9c3eef9c7c688980 Mon Sep 17 00:00:00 2001 From: themixray <35273590+themixray@users.noreply.github.com> Date: Thu, 9 Dec 2021 23:13:41 +0300 Subject: [PATCH] Add files via upload --- examples/window-move.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/window-move.py b/examples/window-move.py index 0dfc17f..2a447cf 100644 --- a/examples/window-move.py +++ b/examples/window-move.py @@ -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