From d564ee08d4ee3a5c2b7ee1ffb502c1164e594f48 Mon Sep 17 00:00:00 2001 From: Josh Deprez Date: Fri, 27 Aug 2021 16:48:09 +1000 Subject: [PATCH] comment --- engine/game.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/game.go b/engine/game.go index c2caf18..f45bb73 100644 --- a/engine/game.go +++ b/engine/game.go @@ -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