Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_gameshow_Draw_0

(view raw script w/o annotations or w/e)
1
if (init == 0)
2
    draw_text(camerax() + 5, cameray() + 5, "obj_ch3_gameshow init=0");
3
if (init)
4
{
5
}