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 d1e39e75a6 CommitLog |
2020-09-18 14:09:32 +12:00

8 lines
141 B
Text

///damage_player(amount)
if(invuln_counter == invuln_counter_max)
{
hp -= argument0;
invuln_counter = 0;
}
//https://bit.ly/3iGLz19