- Home /
Question by
Ioo1_1ooI · Mar 08 at 06:29 AM ·
2d2d game2d-physics2d sprites2d-gameplay
how to make a 2d character three-dimensional?
I want to make a 2d soul like game, but the problem is that my character can move left and right, but how to make it so that he can also move up and down
Comment
Answer by sacredgeometry · Mar 08 at 08:34 AM
That is still only two dimensions. Just apply the same logic you are using to move it left and right but do it in the Y-axis instead of the X-axis.