tidy
This commit is contained in:
parent
3a19cac212
commit
68b29ab021
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ type Drawer interface {
|
|||
|
||||
// Game implements the ebiten methods using a collection of components.
|
||||
type Game struct {
|
||||
ScreenWidth, ScreenHeight int
|
||||
Components []interface{}
|
||||
ScreenWidth int
|
||||
ScreenHeight int
|
||||
Components []interface{}
|
||||
}
|
||||
|
||||
// Update calls Update on all Updater components.
|
||||
|
|
Loading…
Reference in a new issue