refactor: upper chat bounds
This commit is contained in:
parent
80c1f78c6a
commit
a0943c8bbb
|
@ -97,7 +97,7 @@ export default function Dialogue({
|
||||||
position.y * scale - camera.y,
|
position.y * scale - camera.y,
|
||||||
RESOLUTION.y - bounds.y * scale - 16,
|
RESOLUTION.y - bounds.y * scale - 16,
|
||||||
),
|
),
|
||||||
bounds.y * scale + 88,
|
bounds.y * scale + 16,
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue
Block a user