Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_sweet_corn_husk_b_Create_0

(view raw script w/o annotations or w/e)
1
starting_point_x = x;
2
starting_point_y = y;
3
draw_position_x = starting_point_x;
4
draw_position_y = starting_point_y;
5
damage_disjoint_x = 0;
6
damage_disjoint_y = 0;
7
damage_disjoint_count = 0;
8
no_loop_damage_disjoint_count = false;
9
image_speed = 0;
10
image_index = 0;
11
image_xscale = 1.1;
12
image_yscale = 1;
13
starting_point_xscale = image_xscale;
14
starting_point_yscale = image_yscale;
15
sign_modifier = -1;
16
time_elapsed = 11;
17
time_max = 21;
18
time_increase = 1;
19
max_rise = 10;
20
max_angle = 0;
21
image_alpha_divider = 100;