From a951c8908b6aa00056e29b9944c6f8b20ca65625 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 24 Jul 2020 20:23:46 +1200 Subject: [PATCH] CommitLog | --- objects/obj_player.object.gmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;