Currently it looks like: `composer.topEdge(exit).moveTo().bottomEdge(play,30);` And my suggestion is: `composer.moveTopEdge(exit).toBottomEdge(play,30);` It's simple change, but you can skip the additional method `moveTo()`
Currently it looks like:
composer.topEdge(exit).moveTo().bottomEdge(play,30);And my suggestion is:
composer.moveTopEdge(exit).toBottomEdge(play,30);It's simple change, but you can skip the additional method
moveTo()