This repository has been archived on 2025-03-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
spaceinator/scripts/damage_player.gml
JoshuanBurger12 2103401b42 CommitLog | |
2020-09-23 09:11:38 +12:00

7 lines
116 B
Text

///damage_player(amount)
if(invuln_counter == invuln_counter_max)
{
hp -= argument0;
invuln_counter = 0;
}