|
1
|
draw_set_font(fnt_main);
|
|
2
|
draw_set_alpha(draw_alpha);
|
|
3
|
draw_set_color(c_black);
|
|
4
|
draw_text(9, 219, string_hash_to_newline("File 1 Loaded"));
|
|
5
|
draw_text(10, 219, string_hash_to_newline("File 1 Loaded"));
|
|
6
|
draw_text(11, 219, string_hash_to_newline("File 1 Loaded"));
|
|
7
|
draw_text(11, 220, string_hash_to_newline("File 1 Loaded"));
|
|
8
|
draw_text(11, 221, string_hash_to_newline("File 1 Loaded"));
|
|
9
|
draw_text(10, 221, string_hash_to_newline("File 1 Loaded"));
|
|
10
|
draw_text(9, 221, string_hash_to_newline("File 1 Loaded"));
|
|
11
|
draw_text(9, 220, string_hash_to_newline("File 1 Loaded"));
|
|
12
|
draw_set_color(c_yellow);
|
|
13
|
draw_text(10, 220, string_hash_to_newline("File 1 Loaded"));
|
|
14
|
draw_set_alpha(1);
|