RMMSecurity / cocos2d-android

Automatically exported from code.google.com/p/cocos2d-android
Other
0 stars 1 forks source link

Need to fix anchor point for atlas sprite #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to AtlasSpriteTest
2. Check the action AtlasSprite Anchor Point
3. Only the 1/2 anchor point sprite shows up (middle one)

What is the expected output? What do you see instead?
AtlasSprite should behave the same as Sprite (AnchorPoint test for sprites is 
in CocosNodeTest first 
test).

This is relatively medium as sprites are working fine. Atlas sprites are a nice 
optimization though.

Original issue reported on code.google.com by philip.desegur@gmail.com on 17 Jan 2010 at 10:32

GoogleCodeExporter commented 9 years ago
I actually do not see this problem when running the demo on my phone (mytouch 
3G). all 
3 of the atlas sprites show up and they seem to work fine.

Original comment by huangnan...@gmail.com on 5 Jun 2010 at 5:26