https://youtu.be/R9GvGlAJB9k https://docs.coronalabs.com/api/library/display/newLine.html Solar2D Documentation — API Reference | Libraries | display | newLine Overview Draw a line from one point to another. Optionally, you may append points to the end of the line to create outline shapes or paths. docs.coronalabs.com ``` local composer = require( "composer" ) local scene = composer.newScene() -..