v2.5.0: fixed new story UI not setting region intros as read
This commit is contained in:
@@ -281,6 +281,7 @@ public class InterlevelScene extends PixelScene {
|
|||||||
timeLeft = fadeTime;
|
timeLeft = fadeTime;
|
||||||
|
|
||||||
btnContinue.enable(false);
|
btnContinue.enable(false);
|
||||||
|
Document.INTROS.readPage(region);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
btnContinue.icon(Icons.STAIRS.get());
|
btnContinue.icon(Icons.STAIRS.get());
|
||||||
@@ -312,6 +313,7 @@ public class InterlevelScene extends PixelScene {
|
|||||||
phase = Phase.FADE_OUT;
|
phase = Phase.FADE_OUT;
|
||||||
timeLeft = fadeTime;
|
timeLeft = fadeTime;
|
||||||
btnContinue.enable(false);
|
btnContinue.enable(false);
|
||||||
|
Document.INTROS.readPage(region);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user