Skip to content

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