This commit is contained in:
Josh Deprez 2021-08-27 16:48:09 +10:00
parent ed1f4deddf
commit d564ee08d4

View file

@ -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