xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Add player direction #66

Closed xobust closed 8 years ago

xobust commented 8 years ago

We need to keep track of witch way the character is facing so we know where to attack and how to draw the character.

willwull commented 8 years ago

4-directional or 8-directional? Personally, I think 4-directional should be enough.

iRobsc commented 8 years ago

4-directional is way better. Both code wise and animation wise.

willwull commented 8 years ago

We're doing up, down, left, right, right? Not diagonal 4 directional. I hope that made sense.

EDIT: image

We're doing left, not right, correct?

xobust commented 8 years ago

Yes

iRobsc commented 8 years ago

Yes, that is correct.

xobust commented 8 years ago

@willwull could you create some player sprites for the different directions?

willwull commented 8 years ago

Yeah, I'll make a branch and implement this feature.

xobust commented 8 years ago

You can just work on the player-direction branch, I'm not working on it at the moment

willwull commented 8 years ago

Okay cool :+1:

willwull commented 8 years ago

Implemented with #70