draw_set_alpha(0.5)
draw_set_font(fnt_GUI)
draw_roundrect(0,0,128,64,true)
draw_text(5,5,
"F1 - Pomoc
D - tryb rysowania
S - Zapisz
L - Wczytaj")
d3d_start();
d3d_set_culling(false);
d3d_set_lighting(false);
d3d_set_shading(false);
d3d_set_hidden(true);
d3d_set_perspective(true);
Edit: to przez d3d_set_perspective(true) :)
tylko czy bez perspyktywy da się użyć funkcji d3d_set_projection?