|
|
@@ -34,4 +34,8 @@ for (var i = 0; i < array_length(menu_options); i++) {
|
|
|
}
|
|
|
//draw_text(_cx, _cy + 320, favour_text);
|
|
|
draw_sprite_ext(global.altcontrol ? sTutorTitleAlt : sTutorTitle,
|
|
|
-0, _cx, _cy + 384, 1.5, 1.5, 0, c_white, 1.0);
|
|
|
+0, _cx, _cy + 384, 1.5, 1.5, 0, c_white, 1.0);
|
|
|
+
|
|
|
+draw_set_halign(fa_left);
|
|
|
+draw_set_valign(fa_top);
|
|
|
+draw_text(0, 0, "os_type = " + string(os_type));
|