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.
AM2Rogue/Export_Code/gml_Object_oOptionsGame_Dra...

9 lines
364 B

if (room == rm_subscreen)
{
if (global.gamemode == 3 || global.gamemode == 4 || global.gamemode == 5)
{
draw_cool_text(50, 52, ((get_text("Misc", "ExtrasMode") + ": ") + modeindex), c_black, c_gray, c_dkgray, 1)
draw_cool_text(50, 65, ((get_text("Misc", "ExtrasSeed") + ": ") + string(oControl.seed)), c_black, c_gray, c_dkgray, 1)
}
}