Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_battle_enemy_attack_bowll_liquid_bottom_Other_10
(
view raw script w/o annotations or w/e
)
1
if (image_alpha < 1)
2
{
3
image_alpha += fade_in_speed
4
if (image_alpha > 1)
5
image_alpha = 1
6
}