package particles type Particle struct { X float32 Y float32 VX float32 VY float32 Size float32 } var Particles = []Particle{}