-
Notifications
You must be signed in to change notification settings - Fork 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
gop_autogen.go #3
Conversation
func (this *MiddleEnemy) Classfname() string { | ||
return "MiddleEnemy" | ||
} | ||
//line MyAircraft.spx:5 |
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 MyAircraft.spx:5 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *TextIntro) Classfname() string { | ||
return "TextIntro" | ||
} | ||
//line YouWin.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 YouWin.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
this.Broadcast__0(msgYouWin) | ||
} | ||
} | ||
//line index.gmx:39: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:39:1 |
If you have any questions about this comment, feel free to raise an issue here:
} | ||
func (this *Backdrop) Main() { | ||
} | ||
//line Bomb.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 Bomb.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *Bomb) Classfname() string { | ||
return "Bomb" | ||
} | ||
//line Bullet.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 Bullet.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *GameOver) Classfname() string { | ||
return "GameOver" | ||
} | ||
//line GameStart.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 GameStart.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *GameLogo) Classfname() string { | ||
return "GameLogo" | ||
} | ||
//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 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *GameStart) Classfname() string { | ||
return "GameStart" | ||
} | ||
//line HugeEnemy.spx:5 |
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 HugeEnemy.spx:5 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *HugeEnemy) Classfname() string { | ||
return "HugeEnemy" | ||
} | ||
//line MiddleEnemy.spx:5 |
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 MiddleEnemy.spx:5 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *SmallEnemy) Classfname() string { | ||
return "SmallEnemy" | ||
} | ||
//line TextIntro.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 TextIntro.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
bombs int | ||
score int | ||
} | ||
//line index.gmx:32: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:32:1 |
If you have any questions about this comment, feel free to raise an issue here:
//line index.gmx:42:1 | ||
this.Broadcast__0(msgBattle) | ||
} | ||
//line index.gmx:45 |
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:45 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *Bullet) Classfname() string { | ||
return "Bullet" | ||
} | ||
//line GameLogo.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 GameLogo.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *Restart) Classfname() string { | ||
return "Restart" | ||
} | ||
//line SmallEnemy.spx:5 |
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 SmallEnemy.spx:5 |
If you have any questions about this comment, feel free to raise an issue here:
func (this *MyAircraft) Classfname() string { | ||
return "MyAircraft" | ||
} | ||
//line Restart.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 Restart.spx:1 |
If you have any questions about this comment, feel free to raise an issue here:
No description provided.