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{}) 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