CommitLog |
This commit is contained in:
parent
c350894cec
commit
e4f967b8cf
3 changed files with 2 additions and 1 deletions
BIN
help.rtf
BIN
help.rtf
Binary file not shown.
|
@ -399,6 +399,7 @@ instance_create(view_xview[0]+(view_wview[0]/2),view_yview[0]+(view_hview[0]/2),
|
|||
<string>if(global.debug)
|
||||
{
|
||||
ship_type +=2;
|
||||
image_index = ship_type;
|
||||
}
|
||||
</string>
|
||||
</argument>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue