You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oA4EscapeExplosi...

10 lines
200 B

image_xscale += 0.07
image_yscale += 0.07
if (exploff > 496)
{
make_explosion1big(exploff, (80 + random(64)))
exploff -= 16
}
else if (global.playerhealth > 5)
global.playerhealth *= 0.98