Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_lanino_solar_system_Draw_0

(view raw script w/o annotations or w/e)
1
draw_line_width_color(x, y, x, 0, 2, c_gray, c_gray);
2
draw_self();
3
for (a = 0; a < 6; a++)
4
    draw_sprite_ext(spr_lanino_sun2_ray, ray[a], x + lengthdir_x(34, (a * 60) - 30), y + lengthdir_y(34, (a * 60) - 30), 1, 2, (a * 60) - 30, c_white, image_alpha);