diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx
index 9952387..75f2189 100644
--- a/objects/obj_player.object.gmx
+++ b/objects/obj_player.object.gmx
@@ -109,7 +109,7 @@ speed += 5
1
- image_angle += 5;
+ image_angle -= 5;
@@ -132,7 +132,7 @@ speed += 5
1
- image_angle -= 5;
+ image_angle += 5;