-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions support. #4
Comments
CCAnimation - should work out of the box, cause CCSpriteFrame is ready. Для того чтобы экономить память и хранить Анимации И Кадры в едином месте CCAnimation использует те же самые кадры, которые ей дали. Обычно CCAnimation & CCSpriteFrame поступают из одного места и сохранены по
|
Updated first post - added current status. |
Edited issue description. Moved Effects Actions to #18 |
Subj.
Adding AMC Support to Actions is straight-forward.
It may take some time & maybe some inside knowledge of AMC needed, so i will use this issue to comment & mention from commits any progress regarding actions AMC support.
feature-amc branch will be used as main "Static Nodes AMC Support" Pull Request branch.
For actions i will use feature-amc-actions branch.
Current status of "feature-amc-actions" branch:
Must Have Actions
CCAction.m
CCActionInterval.m
CCActionTween.m
CCActionProgressTimer.m
CCActionInstant.m
CCActionCamera.m
CCActionEase.m
The text was updated successfully, but these errors were encountered: