Use Android Tilt to Control Player Movement

Hi,

Currently I am working off of the Paper2D template and would like to use my Android device to control the character. Exactly what I want is for when I rotate my phone to the right, I want my character to move in the right direction. And if tilt my device to the left, I want the character to move to the left. So I would like it to only affect the Z-Axis (Paper-2D set the game up this way).

Could anyone show me how to do this without coding it?