Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_marker_fancy_Create_0

(view raw script w/o annotations or w/e)
1
step_func = function()
2
{
3
};
4
5
draw_func = function()
6
{
7
    draw_self();
8
};
9
10
end_step_func = function()
11
{
12
};