This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
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;
}