不提示挑战成功

This commit is contained in:
RXXXBNUer
2026-01-04 16:56:47 +08:00
parent 7d0a87fc09
commit c8f95f83f2
2 changed files with 2 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ var $builtinmodule = function (name) {
MAZE_HEIGHT : maze_SQUARE_SIZE * 8,
PATH_WIDTH : maze_SQUARE_SIZE / 3,
result : ResultType.UNSET,
finish : {x:0,y:0},
finish : {x:3,y:2},
type:0,//类型为非用户自定义的
INVIMNUM : 0
},

View File

@@ -316,7 +316,7 @@ var $builtinmodule = function (name) {
MAZE_HEIGHT : maze_SQUARE_SIZE * 8,
PATH_WIDTH : maze_SQUARE_SIZE / 3,
result : ResultType.UNSET,
finish : {x:0,y:0},
finish : {x:3,y:2},
type:0,//类型为非用户自定义的
INVIMNUM : 0
},