GUI: prepare tutorial
This commit is contained in:
parent
bcd62fc46d
commit
e236d41ba7
3 changed files with 47 additions and 1 deletions
|
|
@ -5496,6 +5496,7 @@ bool FurnaceGUI::init() {
|
|||
}
|
||||
|
||||
initSystemPresets();
|
||||
initTutorial();
|
||||
|
||||
e->setAutoNotePoly(noteInputPoly);
|
||||
|
||||
|
|
@ -6329,7 +6330,9 @@ FurnaceGUI::FurnaceGUI():
|
|||
monitorPos(0.0),
|
||||
mustClear(2),
|
||||
initialScreenWipe(1.0f),
|
||||
introSkipDo(false) {
|
||||
introSkipDo(false),
|
||||
curTutorial(-1),
|
||||
curTutorialStep(0) {
|
||||
// value keys
|
||||
valueKeys[SDLK_0]=0;
|
||||
valueKeys[SDLK_1]=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue