CommitLog |
This commit is contained in:
parent
c350894cec
commit
e4f967b8cf
3 changed files with 2 additions and 1 deletions
|
@ -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