From 0d39238967ade17099e55a53dd591c2ee64d0315 Mon Sep 17 00:00:00 2001 From: Aliaksei Brown Date: Sat, 11 Mar 2023 12:19:18 +0100 Subject: [PATCH] minor fix: error with the finding the path to the arrow.png --- .idea/misc.xml | 2 +- .idea/si23traktor.iml | 2 +- main.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7eab2181..d1e22ecb 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/si23traktor.iml b/.idea/si23traktor.iml index 0b54b959..0e4e9fa9 100644 --- a/.idea/si23traktor.iml +++ b/.idea/si23traktor.iml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/main.py b/main.py index 3bfdaf8e..efb2bf92 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,7 @@ class Lines: class Tractor: def __init__(self, parent_screen): self.parent_screen = parent_screen - self.block = pygame.image.load(r'resources\arrow.png').convert() + self.block = pygame.image.load(r'resources/arrow.png').convert() self.x = 100 self.y = 100 self.angle = 0