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

Phaser.Rope #1030

Merged
merged 3 commits into from
Aug 28, 2014
Merged

Phaser.Rope #1030

merged 3 commits into from
Aug 28, 2014

Conversation

ada-lovecraft
Copy link
Contributor

Initial implementation of Phaser.Rope.

demo: http://phaser-rope-demo.herokuapp.com

source code for demo: http://github.com/codevinsky/phaser-rope-demo

*/
this._scroll = new Phaser.Point();

PIXI.Rope.call(this, 'snake', this.points);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you missed this line, this shouldn't be snake I think, haha.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are absolutely right... Whoops.

photonstorm added a commit that referenced this pull request Aug 28, 2014
@photonstorm photonstorm merged commit 9941942 into phaserjs:dev Aug 28, 2014
@photonstorm
Copy link
Collaborator

Going to merge this in "as is", although I think we can find a tidier way of handling it by just extending a Sprite object (rather than copying all the functions verbatim).

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.

None yet

3 participants