Undertale script viewer
← back to main script listing
gml_Object_obj_explodestar_Step_0
(view raw script w/o annotations or w/e)
| 1 |
if (big == 0) |
| 2 |
{ |
| 3 |
image_alpha -= 0.05; |
| 4 |
image_xscale += 0.1; |
| 5 |
image_yscale += 0.1; |
| 6 |
} |
| 7 |
if (big == 1) |
| 8 |
{ |
| 9 |
aa = 0; |
| 10 |
image_alpha -= 0.05; |
| 11 |
image_xscale += 0.2; |
| 12 |
image_yscale += 0.2; |
| 13 |
} |
| 14 |
timer += 1; |
| 15 |
if (timer > 19) |
| 16 |
instance_destroy(); |