mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
go fmt
This commit is contained in:
parent
03fae7032a
commit
a3c07b1d36
@ -61,7 +61,7 @@ func (sprite *Sprite) Update() {
|
|||||||
type Sprites struct {
|
type Sprites struct {
|
||||||
ebitenTexture graphics.Texture
|
ebitenTexture graphics.Texture
|
||||||
sprites []*Sprite
|
sprites []*Sprite
|
||||||
angle int
|
angle int
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewSprites() *Sprites {
|
func NewSprites() *Sprites {
|
||||||
|
Loading…
Reference in New Issue
Block a user