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

issue314 #328

Closed
wants to merge 6 commits into from
Closed

issue314 #328

wants to merge 6 commits into from

Conversation

qlli
Copy link
Contributor

@qlli qlli commented Sep 9, 2024

Unify Die behavior of initial / cloned sprite #314
This fix is temporary. It's better to switch to the prefab/instance workflow like unity.

Copy link
Contributor

qiniu-x bot commented Sep 9, 2024

[Git-flow] Hi @qlli, There are some suggestions for your information:


Rebase suggestions

  • Following commits seems generated via git merge

    Merge branch 'goplus:main' into main

    Merge branch 'goplus:main' into main

  • Following commits have duplicated messages

    Merge branch 'goplus:main' into main

    Merge branch 'goplus:main' into main

Which seems insignificant, recommend to use git rebase command to reorganize your PR.

For other git-flow instructions, recommend refer to these examples.

If you have any questions about this comment, feel free to raise an issue here:

@@ -936,7 +929,7 @@ func (p *Sprite) Step__2(step float64, animname string) {
p.goMoveForward(step)
}

func (p *Sprite) playDefaultAnim() {
func (p *Sprite) playDefaultAnim(resetCostume bool) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why need resetCostume ?

@qlli qlli closed this Sep 10, 2024
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