From 4c77fa676c149767fcfc8d0130e751258502dbaa Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Mon, 18 Apr 2022 20:38:50 +0200 Subject: [PATCH] refactor: TODO for future refactor of final ramp shape --- .../pinball_components/lib/src/components/launch_ramp.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/pinball_components/lib/src/components/launch_ramp.dart b/packages/pinball_components/lib/src/components/launch_ramp.dart index b2c11cb9..5d355a5c 100644 --- a/packages/pinball_components/lib/src/components/launch_ramp.dart +++ b/packages/pinball_components/lib/src/components/launch_ramp.dart @@ -54,6 +54,9 @@ class _LaunchRampBase extends BodyComponent with InitialPosition, Layered { renderBody = false; } + // TODO(ruimiguel): final asset differs slightly from the current shape. We + // need to fix shape with correct vertices, but right now merge them to have + // final assets at game and not be blocked. List _createFixtureDefs() { final fixturesDef = [];