Commit 52a18270 authored by timel's avatar timel

fix: small on focus

parent b9f974a1
...@@ -15,7 +15,7 @@ export const focus = async (props: { card: CardType; api: SpringApi }) => { ...@@ -15,7 +15,7 @@ export const focus = async (props: { card: CardType; api: SpringApi }) => {
await asyncStart(api)({ await asyncStart(api)({
y: current.y + (matStore.isMe(card.location.controller) ? -1 : 1) * 120, // TODO: 放到config之中 y: current.y + (matStore.isMe(card.location.controller) ? -1 : 1) * 120, // TODO: 放到config之中
ry: 0, ry: 0,
rz: 0, // rz: 0,
z: current.z + 50, z: current.z + 50,
}); });
await asyncStart(api)({ await asyncStart(api)({
......
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