Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_battle_enemy_attack_ceroba_fire_circle_ring_white_Step_0
(view raw script w/o annotations or w/e)
|
1
|
image_xscale += 0.1;
|
|
2
|
image_yscale += 0.1;
|
|
3
|
if (image_xscale > 1.5)
|
|
4
|
{
|
|
5
|
if (image_alpha > 0)
|
|
6
|
image_alpha -= 0.15;
|
|
7
|
else
|
|
8
|
instance_destroy();
|
|
9
|
}
|