The layers tag has no wiki summary.
1
vote
0answers
7 views
Why AnchorPoint doesn't affect `CCLayer` Positioning?
I think there is a different between CCLayer and CCNode behavior when I change their AnchorPoint.
I will describe what I mean and please somebody explain it ?
Scenario:
I start with CCNode
CCNode ...
1
vote
1answer
145 views
Animating feet seperately from the body
I have a character and I would like to animate a walking animation for it. However i get the following result when I animate it:
(ignore the green lines/ markers/ sound) As you can see the foot ...
0
votes
1answer
236 views
How to code camera for layered map in unity
For a current unity project I need a layered map like in Dwarf Fortress. The game will take place in a 3D city enviroment and the camera should be 'snapped' to layers. So there will be (for example) a ...