tflovorn / Zombies

a little zombie game
MIT License
3 stars 0 forks source link

8-direction walking #4

Open tflovorn opened 13 years ago

tflovorn commented 13 years ago

It'd be nice to combine w+d to go northeast, a+s to go southwest, etc.

JacobHartin commented 13 years ago

thats fine, and will be easy enough to implement not sure if we'll be provided art for that yet though

tflovorn commented 13 years ago

I was thinking we might want to just take one image and rotate it toward whichever direction you're walking or the mouse is pointing. That could be kind of tricky, though, since our bounding boxes are all rectangles aligned to the x/y axes.

JacobHartin commented 13 years ago

Well, if the art is drawn completely top down, that would work fine. However, if there is an angle, not so much.