Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_battle_enemy_attack_ceroba_phase_1_bell_fragments_Step_0
(view raw script w/o annotations or w/e)
| 1 |
if (fade_out == true) |
| 2 |
{ |
| 3 |
if (image_alpha > 0) |
| 4 |
image_alpha -= 0.33; |
| 5 |
else |
| 6 |
instance_destroy(); |
| 7 |
} |