Skip to content
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

fix value name bug. #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

fix value name bug. #27

wants to merge 4 commits into from

Conversation

fanflash
Copy link

fix value name bug.

@arkeus
Copy link
Owner

arkeus commented Oct 30, 2013

I've been working on the font/text stuff in beta, so I'll see if these changes make sense, and if so, make them there.

The reason it's not in all caps is because it's technically not a constant. You could change the internal font pointer if you wanted to. I think ideally it'd be a constant though.

Leaving this open so I don't forget to look into it.

Conflicts:
	.gitignore
	src/org/axgl/resource/AxResource.as
优化代码

in AxSprite added function addAnimationByFristFrame
@fanflash
Copy link
Author

In AxSprite added function addAnimationByFristFrame.

So sorry. I'm english is very bad.

@fanflash
Copy link
Author

before:
this.addAnimation("move",[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14, 15],9,true);

after:
this.addAnimationByFristFrame("move", 0, 16, 9,true);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants