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