Merge branch 'feat/mobile-touch-controls' of github.com:VGVentures/pinball into feat/mobile-touch-controls

pull/232/head
Jochum van der Ploeg 3 years ago
commit f93f66656b
No known key found for this signature in database
GPG Key ID: E961B7B51589CA09

@ -204,7 +204,7 @@ void main() {
}); });
group('flipper control', () { group('flipper control', () {
flameTester.test('move left flipper up', (game) async { flameTester.test('tap down moves left flipper up', (game) async {
await game.ready(); await game.ready();
final eventPosition = MockEventPosition(); final eventPosition = MockEventPosition();
@ -227,7 +227,7 @@ void main() {
expect(flippers.first.body.linearVelocity.y, isNegative); expect(flippers.first.body.linearVelocity.y, isNegative);
}); });
flameTester.test('move right flipper up', (game) async { flameTester.test('tap down moves right flipper up', (game) async {
await game.ready(); await game.ready();
final eventPosition = MockEventPosition(); final eventPosition = MockEventPosition();

Loading…
Cancel
Save