Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

Update step09_en.md#28

Open
treedbox wants to merge 1 commit intomozdevs:masterfrom
treedbox:patch-3
Open

Update step09_en.md#28
treedbox wants to merge 1 commit intomozdevs:masterfrom
treedbox:patch-3

Conversation

@treedbox
Copy link

sprite.animations.add('rotate', [0, 1, 2, 1], 6, true);
should be:
sprite.animations.add('rotate', [0, 1, 2, 3], 6, true);
To rotate the coin convincingly

sprite.animations.add('rotate', [0, 1, 2, 1], 6, true);
should be:
sprite.animations.add('rotate', [0, 1, 2, 3], 6, true);
To rotate the coin convincingly
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant