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

13 lines
140 B

if (shaking > 0)
{
shaking -= 1
offx = random_range(-1, 1)
}
else
{
offx = 0
offy = 0
}
if (flashing > 0)
flashing -= 1