Paper2D top-down game

I’d like to create a top-down game with Paper2D. However, I noticed I have to change my sprites to have a Roll & Yaw of 90 degrees for them to appear properly in an Orthographic Top view. Is there a way to default sprite orientation?

I decided on top-down because it’s easier to think about my project in that context (no such thing as gravity) but I’m wondering if I’m going to run into a lot of friction because Paper2D seems more geared toward Front view out-of-the-box?

Thanks!