Skip to content

Conversation

@xushiwei
Copy link
Member

No description provided.

@qiniu-x
Copy link

qiniu-x bot commented Mar 14, 2024

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


Rebase suggestions

  • Following commits have duplicated messages

    gop_autogen.go

    gop_autogen.go

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

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

Details

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

//line index.gmx:34:1
calfGravity = 0.0
}
//line index.gmx:37
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line index.gmx:37
Details

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

func (this *Ground) Classfname() string {
return "Ground"
}
//line Logo.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line Logo.spx:1
Details

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

func (this *Logo) Classfname() string {
return "Logo"
}
//line Pipe.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line Pipe.spx:1
Details

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

var calfPlay = false
var calfDie = false
var calfGravity = 0.0
//line index.gmx:30:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line index.gmx:30:1
Details

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

func (this *index) Main() {
spx.Gopt_Game_Main(this, new(Calf), new(GameOver), new(Ground), new(Logo), new(Pipe), new(Reset), new(Start), new(TapInfo))
}
//line Calf.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line Calf.spx:1
Details

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

func (this *Calf) Classfname() string {
return "Calf"
}
//line GameOver.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line GameOver.spx:1
Details

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

func (this *GameOver) Classfname() string {
return "GameOver"
}
//line Ground.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line Ground.spx:1
Details

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

func (this *Pipe) Classfname() string {
return "Pipe"
}
//line Reset.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line Reset.spx:1
Details

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

func (this *Reset) Classfname() string {
return "Reset"
}
//line Start.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line Start.spx:1
Details

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

func (this *Start) Classfname() string {
return "Start"
}
//line TapInfo.spx:1
Copy link

Choose a reason for hiding this comment

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

[gofmt] Is your code not properly formatted? Here are some suggestions below

Suggested change
//line TapInfo.spx:1
Details

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

@xushiwei xushiwei merged commit 7144952 into goplus:main Mar 14, 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.

1 participant