mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-06-28 05:07:59 +08:00
fix: 点道具栏打开装备栏
This commit is contained in:
parent
e17bc2c3d2
commit
fd8b6451e2
@ -82,7 +82,7 @@ export const PlayingToolbar = defineComponent<
|
||||
const iconFont = new Font('Verdana', 12);
|
||||
|
||||
const book = () => core.openBook(true);
|
||||
const tool = () => core.openEquipbox(true);
|
||||
const tool = () => core.openToolbox(true);
|
||||
const fly = () => core.useFly(true);
|
||||
const save = () => core.save(true);
|
||||
const load = () => core.load(true);
|
||||
|
Loading…
Reference in New Issue
Block a user