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{})
|
gob.Register(&Game{})
|
||||||
}
|
}
|
||||||
|
|
||||||
// Game implements the ebiten methods using a collection of components.
|
// Game implements the ebiten methods using a collection of components. One
|
||||||
// One component must be the designated root component - usually a
|
// component must be the designated root component - usually a scene of some
|
||||||
// scene of some kind.
|
// kind.
|
||||||
type Game struct {
|
type Game struct {
|
||||||
Disabled
|
Disabled
|
||||||
Hidden
|
Hidden
|
||||||
|
|
Loading…
Reference in a new issue