refactor: upper chat bounds

This commit is contained in:
cha0s 2024-07-24 02:31:06 -05:00
parent 80c1f78c6a
commit a0943c8bbb

View File

@ -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