Ver Fonte

os type?

trb04 há 3 meses atrás
pai
commit
5e5bdb6bb4
2 ficheiros alterados com 6 adições e 2 exclusões
  1. 1 1
      objects/oMain/Create_0.gml
  2. 5 1
      objects/oMain/Draw_64.gml

+ 1 - 1
objects/oMain/Create_0.gml

@@ -1,4 +1,4 @@
-random_set_seed(current_time);
+random_set_seed(current_time)
 
 icl(oAudioManager);
 

+ 5 - 1
objects/oMain/Draw_64.gml

@@ -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));