CommitLog |

This commit is contained in:
SilicaAndPina 2020-07-25 18:03:40 +12:00
parent e60c04be85
commit bc21fc5141
6 changed files with 13 additions and 7 deletions

View file

@ -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;