From a5240df77c07536effd170f4cf7a15c9f7ad2df5 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Thu, 6 Aug 2020 12:30:28 +1200 Subject: [PATCH] CommitLog | --- objects/obj_player.object.gmx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx index a6cfb2d..2cfd2cc 100644 --- a/objects/obj_player.object.gmx +++ b/objects/obj_player.object.gmx @@ -184,13 +184,10 @@ pull_towards_black_holes(); 1 damage_player(5); + instance_create(other.x,other.y,obj_boom_fx); -image_angle += 180; -direction += 180; -speed = 20; - - +speed = -20;