Commit 1ce1c373 authored by wjf's avatar wjf

l

parent 7cf5f38b
...@@ -87,7 +87,7 @@ const movieClips: any = {} ...@@ -87,7 +87,7 @@ const movieClips: any = {}
export default class MainScene extends Scene { export default class MainScene extends Scene {
get skinKey() { return 'Main' } get skinKey() { return 'Main2' }
exposure exposure
chapterData: ChapterData; chapterData: ChapterData;
//关数 //关数
...@@ -1029,6 +1029,7 @@ export default class MainScene extends Scene { ...@@ -1029,6 +1029,7 @@ export default class MainScene extends Scene {
this.fall(callback) this.fall(callback)
}) })
}*/ }*/
//先判断,是否在生成口中有
var anis = this.fallVerticalEx(); var anis = this.fallVerticalEx();
if (!anis.length) { if (!anis.length) {
anis = this.fallSkew() anis = this.fallSkew()
......
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