diff --git a/help.rtf b/help.rtf index 7278a55..727f5b8 100644 Binary files a/help.rtf and b/help.rtf differ 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;