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

gop_autogen.go #3

Merged
merged 1 commit into from
Mar 13, 2024
Merged

gop_autogen.go #3

merged 1 commit into from
Mar 13, 2024

Conversation

xushiwei
Copy link
Member

No description provided.

func (this *MiddleEnemy) Classfname() string {
return "MiddleEnemy"
}
//line MyAircraft.spx:5
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 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
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 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
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: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
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 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
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 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
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 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
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

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
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 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
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 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
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 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
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: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
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: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
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 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
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 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
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 Restart.spx:1

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

@xushiwei xushiwei merged commit 7b1cfdf into goplus:main Mar 13, 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