From e4f967b8cfb79f0bc66d82d5207e628a761712d6 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Sat, 25 Jul 2020 20:49:06 +1200 Subject: [PATCH] CommitLog | --- help.rtf | Bin 828 -> 757 bytes objects/obj_player.object.gmx | 1 + objects/obj_respawn.object.gmx | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/help.rtf b/help.rtf index 7278a550b6315c3837a34ec75802f96acbea36ff..727f5b83df98656aae95ffee3dadfbe4f374a507 100644 GIT binary patch delta 12 TcmdnP_LX(RM<$k9UM>azAwvWB delta 55 zcmey$x`%DUM<)K5g2WP#B`9mY0hG E04ih>fB*mh diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx index 2fae9f4..f486e7f 100644 --- a/objects/obj_player.object.gmx +++ b/objects/obj_player.object.gmx @@ -399,6 +399,7 @@ instance_create(view_xview[0]+(view_wview[0]/2),view_yview[0]+(view_hview[0]/2), if(global.debug) { ship_type +=2; + image_index = ship_type; } diff --git a/objects/obj_respawn.object.gmx b/objects/obj_respawn.object.gmx index c0fb3f4..d718796 100644 --- a/objects/obj_respawn.object.gmx +++ b/objects/obj_respawn.object.gmx @@ -63,7 +63,7 @@ obj_player.visible = true; obj_player.image_speed = 0; obj_player.sprite_index = spr_player; obj_player.is_moving = false; -obj_player.image_index = 0; +obj_player.image_index = obj_player.ship_type; obj_controller.visible = true;