<undefined>
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
yoff = -6;
xoff = 16;
sep = 12;
timetext = steps_to_time(global.gametime);
ctext = steps_to_time(global.croctime);
ktext = steps_to_time(global.kraidtime);
rtext = steps_to_time(global.ridleytime);
1
603
7
0
0
-1
2
self
0
0
1
draw_set_color(c_black);
draw_set_alpha(0.8);
draw_rectangle(x, y, x + 320, y + 80, false);
draw_set_alpha(1);
draw_set_font(fontGUI2);
draw_cool_text(x + 4, y - 12, "Your Stats:", c_black, c_white, c_red, 1);
draw_cool_text(x + xoff, y + yoff + sep, "Items: " + string(global.itemstaken) + "/25", c_black, c_white, c_blue, 1);
draw_cool_text(x + xoff, y + yoff + sep * 2, "Kills: " + string(global.kills), c_black, c_white, c_blue, 1);
draw_cool_text(x + xoff, y + yoff + sep * 3, "Crocomire Battle Time: " + string(ctext), c_black, c_white, c_gray, 1);
draw_cool_text(x + xoff, y + yoff + sep * 4, "Kraid Battle Time: " + string(ktext), c_black, c_white, c_gray, 1);
draw_cool_text(x + xoff, y + yoff + sep * 5, "Ridley Battle Time: " + string(rtext), c_black, c_white, c_gray, 1);
draw_cool_text(x + xoff, y + yoff + sep * 6, "Total Time: " + string(timetext), c_black, c_white, c_yellow, 1);
draw_cool_text(x + 4, y + 96, "See you next mission", c_black, c_white, c_green, 1);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0