This commit is contained in:
Orion Reed 2024-12-20 18:49:52 -05:00
parent 1ec960527a
commit a4d42c7026
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ rotation: from.x"
Gizmos.vector(
center,
{
x: center.x + gravity.x / 100 + 50,
y: center.y + gravity.y / 100 + 50,
x: center.x + gravity.x / 100,
y: center.y + gravity.y / 100,
},
{ color: 'grey', width: 3, size: 15 },
);