Smoothly interpolate "[Press ENTER to return to editor]" fadeout

Now it'll be real smooth at 60 FPS. Or above. Or whichever one you want
above 30.
This commit is contained in:
Misa
2020-05-02 10:49:41 -07:00
committed by Ethan Lee
parent 5daad95f1d
commit 9256b4da56
4 changed files with 6 additions and 1 deletions

View File

@@ -407,6 +407,7 @@ void editorclass::reset()
script.customscripts.clear();
returneditoralpha = 0;
oldreturneditoralpha = 0;
ghosts.clear();
currentghosts = 0;
@@ -4636,6 +4637,7 @@ void editorinput()
music.haltdasmusik();
graphics.backgrounddrawn=false;
ed.returneditoralpha = 1000; // Let's start it higher than 255 since it gets clamped
ed.oldreturneditoralpha = 1000;
script.startgamemode(21);
}
}