out of curiousity what would be the best way to set up a mouse aim, for an isometric type shooter, leaving the wasd keys for movement?
Printable View
out of curiousity what would be the best way to set up a mouse aim, for an isometric type shooter, leaving the wasd keys for movement?
I'd probably create a scope
have the scope align with the mouse
and make the mouse invisable
when you want to shoot at something you just click it
Shoot in the direction of the object if is overlapping the scope
thanks for that advice.