Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_bulletparent_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
    if (visible)
8
        draw_self();
9
};
10
11
end_step_func = function()
12
{
13
};
14
15
clean_func = function()
16
{
17
};