CreateOverScreen(string image filename)
Show image on top of all graphics, It is used for decorative graphics.
function Main() { //Title of the Room SetTitle("Unknown place"); //Creating Scene and menu CreateScreen("underground","0,173,327,174,335,188,350,187,355,177,438,174,447,188,460,188,466,176,625,170,627,190,637,193,638,240,641,247,707,249,703,173,794,179,797,396,3,396"); CreateOverScreen("darkness");
}
Get the latest version here.