Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_final_boss_circle_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
small_circle = 64;
4
outline = 120;
5
shrink = true;
6
shrink_speed = 1;
7
color[0] = c_white;
8
color[1] = c_black;
9
color_number = 0;
10
cursor_color = color[0];
11
outline_color = color[1];
12
color_alt_speed = 0.2;
13
color_alt_max = 1;
14
color_alt_total = 0;
15
shot_type = "nothing";
16
button_pressed = false;
17
no_loop = false;
18
draw_alpha = 0;