存档笔记
This commit is contained in:
parent
68891b384c
commit
90c70599d9
@ -2206,7 +2206,7 @@ actions.prototype._clickNotes_show = function () {
|
|||||||
}
|
}
|
||||||
result.push("\t[存档笔记]" + v.join("\n"));
|
result.push("\t[存档笔记]" + v.join("\n"));
|
||||||
}
|
}
|
||||||
if (result.length == 0) result.push("当前没有存档笔记,试着新增一个吧!");
|
if (result.length == 0) result.push("当前没有存档笔记,试着新增一个吧!\n(菜单栏 -> 存档笔记 -> 新增存档笔记)");
|
||||||
core.drawText(result);
|
core.drawText(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1753,7 +1753,7 @@ ui.prototype.drawNotes = function () {
|
|||||||
core.status.event.id = 'notes';
|
core.status.event.id = 'notes';
|
||||||
core.status.hero.notes = core.status.hero.notes || [];
|
core.status.hero.notes = core.status.hero.notes || [];
|
||||||
core.lockControl();
|
core.lockControl();
|
||||||
this.drawChoices(null, [
|
this.drawChoices("存档笔记允许你写入和查看任何笔记(快捷键M),你可以用做任何标记,比如Boss前的属性、开门和路线选择等。", [
|
||||||
"新增存档笔记", "查看存档笔记", "编辑存档笔记", "删除存档笔记", "返回上一页"
|
"新增存档笔记", "查看存档笔记", "编辑存档笔记", "删除存档笔记", "返回上一页"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user