comment
This commit is contained in:
parent
ed1f4deddf
commit
d564ee08d4
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ func init() {
|
|||
gob.Register(&Game{})
|
||||
}
|
||||
|
||||
// Game implements the ebiten methods using a collection of components.
|
||||
// One component must be the designated root component - usually a
|
||||
// scene of some kind.
|
||||
// Game implements the ebiten methods using a collection of components. One
|
||||
// component must be the designated root component - usually a scene of some
|
||||
// kind.
|
||||
type Game struct {
|
||||
Disabled
|
||||
Hidden
|
||||
|
|
Loading…
Reference in a new issue