added detonation particles after collectibles have been collected
This commit is contained in:
@@ -16,3 +16,8 @@ type Solid struct{}
|
||||
type Floor struct{}
|
||||
type Player struct{}
|
||||
type Collectible struct{}
|
||||
|
||||
type Particle struct {
|
||||
Index int
|
||||
Particles []*ebiten.Image
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user