Javascriptで動作する、ゲームの中核部分を提供するライブラリ
Revisión | 888c8c59a08845299f0dd4ca33a242c9f8bd17ef (tree) |
---|---|
Tiempo | 2013-09-07 09:18:02 |
Autor | ttwilb <ttwilb@user...> |
Commiter | ttwilb |
7分たってもステージが遷移しないバグ修正
@@ -43,7 +43,7 @@ | ||
43 | 43 | this.manager.timerRunning = false; |
44 | 44 | var that = this; |
45 | 45 | this.manager.addWidget(new MessageWidgetClass(this.manager,["おわり。\n", null, function(){ |
46 | - that.loadStageFromNetwork('ending'); | |
46 | + that.manager.runStage('ending'); | |
47 | 47 | }])); |
48 | 48 | }else |
49 | 49 | { |