You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-TimeTrials/scripts/scr_itemsmenu_original.gml

21 lines
765 B

if (global.item[10]) {
draw_sprite(sSubScrButton, global.cbeam, x - 28, y - 46);
draw_text(x - 20, y - 47 + oControl.subScrItemOffset, cbeam);
}
if (global.item[11]) {
draw_sprite(sSubScrButton, global.ibeam, x - 28, y - 37);
draw_text(x - 20, y - 38 + oControl.subScrItemOffset, ibeam);
}
if (global.item[12]) {
draw_sprite(sSubScrButton, global.wbeam, x - 28, y - 28);
draw_text(x - 20, y - 29 + oControl.subScrItemOffset, wbeam);
}
if (global.item[13]) {
draw_sprite(sSubScrButton, global.sbeam, x - 28, y - 19);
draw_text(x - 20, y - 20 + oControl.subScrItemOffset, sbeam);
}
if (global.item[14]) {
draw_sprite(sSubScrButton, global.pbeam, x - 28, y - 10);
draw_text(x - 20, y - 11 + oControl.subScrItemOffset, pbeam);
}