How does one make twin-stick side-scrolling shooter along XZ axis?

Hi guys.

I want angle projectiles vertically along the axes like in the picture below.

I’m using twin-stick template for this, the nodes in it look like this:

I tried bunch of stuff but my solutions didn’t work. I could rotate everything else to make it look like what I want but I don’t learn anything that way. How to do it?

Just connect to the Z axis instead of the Y axis and multiply by -1 for controllers like this:

I’m working on inserting the twin shooter logic in the 2d sidescroller template.