Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_rhythmgame_editor_note_node_Draw_0

(view raw script w/o annotations or w/e)
1
if (hover)
2
{
3
    draw_set_color(c_yellow);
4
    ossafe_fill_rectangle(x - 15, y - 3, x + 15, y + 3, 0);
5
}