-
Notifications
You must be signed in to change notification settings - Fork 2
spx v1.0.0 #3
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
spx v1.0.0 #3
Conversation
|
[Git-flow] Hi @xushiwei, There are some suggestions for your information: Rebase suggestions
Which seems insignificant, recommend to use For other DetailsIf 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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //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 |
There was a problem hiding this comment.
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
| //line TapInfo.spx:1 |
Details
If you have any questions about this comment, feel free to raise an issue here:
No description provided.