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
    ball_speed = 1.8
8
else
9
{
10
    ball_speed = 4
11
    phy_speed_y += 3
12
}