feat: flipped y positioning

pull/176/head
alestiago 3 years ago
parent aafab1168c
commit 4a6b46465a

@ -28,12 +28,12 @@ class GoogleWord extends Component
gameRef.addContactCallback(_GoogleLetterBallContactCallback()); gameRef.addContactCallback(_GoogleLetterBallContactCallback());
final offsets = [ final offsets = [
Vector2(-12.92, -1.82), Vector2(-12.92, 1.82),
Vector2(-8.33, 0.65), Vector2(-8.33, -0.65),
Vector2(-2.88, 1.75), Vector2(-2.88, -1.75),
Vector2(2.88, 1.75), Vector2(2.88, -1.75),
Vector2(8.33, 0.65), Vector2(8.33, -0.65),
Vector2(12.92, -1.82), Vector2(12.92, 1.82),
]; ];
final letters = <GoogleLetter>[]; final letters = <GoogleLetter>[];

Loading…
Cancel
Save