different ending in competition mode
This commit is contained in:
parent
7436c54c67
commit
f41948eae4
@ -233,6 +233,11 @@ events.prototype.gameOver = function (ending, fromReplay, norank) {
|
|||||||
core.setWeather();
|
core.setWeather();
|
||||||
core.ui.closePanel();
|
core.ui.closePanel();
|
||||||
|
|
||||||
|
if (main.isCompetition && core.isset(ending)) {
|
||||||
|
if (ending == "") ending = "恭喜通关";
|
||||||
|
ending += "[比赛]";
|
||||||
|
}
|
||||||
|
|
||||||
// 下载录像
|
// 下载录像
|
||||||
var confirmDownload = function () {
|
var confirmDownload = function () {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user