a
This commit is contained in:
parent
d163ceb291
commit
f6d7412744
94 changed files with 3836 additions and 1226 deletions
|
|
@ -185,7 +185,7 @@
|
|||
const side = index === 1 ? 1 : -1;
|
||||
const lift = Math.sin(item.seesawPhase) * 9 * side;
|
||||
actor.x = base.x;
|
||||
actor.y = base.y - 12 + (playing ? lift : 0);
|
||||
actor.y = base.y - 16 + (playing ? lift : 0);
|
||||
actor.vx = 0; actor.vy = 0;
|
||||
const actionText = playing ? "\u30b7\u30fc\u30bd\u30fc\u3092\u3057\u3066\u3044\u308b\u3002" : "\u76f8\u624b\u3092\u5f85\u3063\u3066\u3044\u308b";
|
||||
actor.thought = actionText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue