mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-04-19 17:16:08 +08:00
fix: console.log
This commit is contained in:
parent
622e11454c
commit
c84eebc88c
@ -174,7 +174,6 @@ events.prototype._gameOver_confirmUpload = function (ending, norank) {
|
|||||||
core.ui.drawConfirmBox(
|
core.ui.drawConfirmBox(
|
||||||
'你想记录你的ID和成绩吗?',
|
'你想记录你的ID和成绩吗?',
|
||||||
function () {
|
function () {
|
||||||
console.log(2);
|
|
||||||
if (main.isCompetition) {
|
if (main.isCompetition) {
|
||||||
core.events._gameOver_doUpload('', ending, norank);
|
core.events._gameOver_doUpload('', ending, norank);
|
||||||
} else {
|
} else {
|
||||||
@ -192,7 +191,6 @@ events.prototype._gameOver_confirmUpload = function (ending, norank) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
function () {
|
function () {
|
||||||
console.log(1);
|
|
||||||
if (main.isCompetition)
|
if (main.isCompetition)
|
||||||
core.events._gameOver_confirmDownload(ending);
|
core.events._gameOver_confirmDownload(ending);
|
||||||
else core.events._gameOver_doUpload(null, ending, norank);
|
else core.events._gameOver_doUpload(null, ending, norank);
|
||||||
|
@ -96,7 +96,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = {
|
|||||||
core.drawText(
|
core.drawText(
|
||||||
['\t[' + (reason || '结局1') + ']你死了。\n如题。'],
|
['\t[' + (reason || '结局1') + ']你死了。\n如题。'],
|
||||||
function () {
|
function () {
|
||||||
console.log(core.status.lockControl);
|
|
||||||
core.events.gameOver(null, replaying);
|
core.events.gameOver(null, replaying);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -60,8 +60,6 @@ const floorId =
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
core.floorIds[core.status.event?.ui?.index] ?? core.status.floorId;
|
core.floorIds[core.status.event?.ui?.index] ?? core.status.floorId;
|
||||||
|
|
||||||
console.log(floorId);
|
|
||||||
|
|
||||||
const enemy = core.getCurrentEnemys(floorId);
|
const enemy = core.getCurrentEnemys(floorId);
|
||||||
const toShow: ToShowEnemy[] = enemy.map(v =>
|
const toShow: ToShowEnemy[] = enemy.map(v =>
|
||||||
getDetailedEnemy(v.enemy, floorId)
|
getDetailedEnemy(v.enemy, floorId)
|
||||||
|
Loading…
Reference in New Issue
Block a user