Commit 5e0493d8 authored by wjf's avatar wjf

l

parent 88df60fa
......@@ -263,7 +263,7 @@ export default class MainScene extends Scene {
if (this.chapter <= 5) {
guideImageNum = this.chapter;
}
else if (this.chapter == 11) {
else if (this.chapter == 10) {
guideImageNum = 8;
}
else if (this.chapter == 20) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment