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