This commit is contained in:
Hajime Hoshi 2013-06-22 02:44:17 +09:00
parent 03fae7032a
commit a3c07b1d36

View File

@ -61,7 +61,7 @@ func (sprite *Sprite) Update() {
type Sprites struct {
ebitenTexture graphics.Texture
sprites []*Sprite
angle int
angle int
}
func NewSprites() *Sprites {