whoops
This commit is contained in:
parent
1ec960527a
commit
a4d42c7026
|
|
@ -125,8 +125,8 @@ rotation: from.x"
|
||||||
Gizmos.vector(
|
Gizmos.vector(
|
||||||
center,
|
center,
|
||||||
{
|
{
|
||||||
x: center.x + gravity.x / 100 + 50,
|
x: center.x + gravity.x / 100,
|
||||||
y: center.y + gravity.y / 100 + 50,
|
y: center.y + gravity.y / 100,
|
||||||
},
|
},
|
||||||
{ color: 'grey', width: 3, size: 15 },
|
{ color: 'grey', width: 3, size: 15 },
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue