Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_ch2_scene26_wine_laser_splash_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(#B5E61D);
2
draw_circle(x, y, radius, false);
3
radius -= 0.25;
4
if (radius <= 0)
5
    instance_destroy();