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.
|
if (shaking > 0)
|
|
{
|
|
shaking -= 1
|
|
offx = random_range(-1, 1)
|
|
}
|
|
else
|
|
{
|
|
offx = 0
|
|
offy = 0
|
|
}
|
|
if (flashing > 0)
|
|
flashing -= 1
|