GML
draw_sprite_ext( sprite_index, image_index, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha );
draw_sprite(spr_hud,1,kX,kY)
draw_text( kX + 5, kY +5, "HP: " + string( hp ) + "#" + "Punkty: " + string( punkty ) + "#" + string(room_get_name( room )));
draw_set_font(global.fspr);
draw_set_color(c_white);
Jak zrobić żeby mi te napisy podążały za ekranem bo jak dam kod z FAQ to główna postać tworzy się w rogu,a to jest właśnie draw głównej postaci