Commit 6d5c9dc7 authored by chechunchi's avatar chechunchi

fix small

parent 72d99f09
......@@ -16,6 +16,8 @@ export default async (
// 设置`occupant`
const meta = await fetchCard(card.code);
target.occupant = meta;
// 设置`position`,否则会横放
target.location.position = ygopro.CardPosition.ATTACK;
// 聚焦1s
target.focus = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment