Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_heightfloor_depthmaster_Draw_0

(view raw script w/o annotations or w/e)
1
xxx = camerax();
2
yyy = cameray();
3
draw_set_color(c_white);
4
draw_set_font(fnt_main);
5
draw_text(xxx, yyy, "active=" + string(active));