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