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_oGFTrooperGreen_...

14 lines
231 B

if (active == 1 && firing == 0)
{
if (lframe < 9)
lframe += 0.04
else
{
firing = 1
fframe = 2.9
instance_create((x - 19), (y - 20), oGFTBullet2)
}
}
if (fframe > 0)
fframe -= 0.1