Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_yellowlogoINTRO_Draw_0

(view raw script w/o annotations or w/e)
1
draw_sprite(logo_yellow, image_index, x, y)
2
if (appear == true)
3
{
4
    draw_set_font(fnt_main)
5
    draw_set_color(c_gray)
6
    draw_text_transformed(((__view_get((0 << 0), 0)) + 160), 400, string_hash_to_newline("[ Press Z or ENTER ]"), 2, 2, 0)
7
}