refactor: sandbox for spaceshipramp modified

pull/296/head
RuiAlonso 3 years ago
parent c9d3db44b1
commit 0536d654a9

@ -54,7 +54,7 @@ class SpaceshipRampGame extends BallGame with KeyboardEvents {
) { ) {
if (event is RawKeyDownEvent && if (event is RawKeyDownEvent &&
event.logicalKey == LogicalKeyboardKey.space) { event.logicalKey == LogicalKeyboardKey.space) {
//_spaceshipRamp.progress(); _spaceshipRamp.bloc.onBallInside();
return KeyEventResult.handled; return KeyEventResult.handled;
} }

Loading…
Cancel
Save