CommitLog |
This commit is contained in:
parent
e60c04be85
commit
bc21fc5141
6 changed files with 13 additions and 7 deletions
|
@ -56,6 +56,8 @@ obj_player.y = obj_player.ystart;
|
|||
obj_player.energy = obj_player.energy_max;
|
||||
obj_player.hp = obj_player.hp_max;
|
||||
|
||||
obj_player.speed = 0;
|
||||
obj_player.invuln_counter = 0;
|
||||
obj_player.dead = false;
|
||||
obj_player.visible = true;
|
||||
obj_player.image_speed = 0;
|
||||
|
|
Reference in a new issue