package config import "time" const ( Stop = iota East West South North ) const PLAYERSPEED int = 4 const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond