Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_molten_rock_snowdin_19_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0;
2
active = 0;
3
shrink = 0;
4
phy_speed_y_last = 0;
5
phy_speed_x_last = 0;
6
if (global.snowdin_flag[12] == 0)
7
{
8
    ball_speed = 1.8;
9
}
10
else
11
{
12
    ball_speed = 4;
13
    phy_speed_y += 3;
14
}