added Timer, Particle Render Delay (via Particle.Show) +new sprites

This commit is contained in:
2024-02-12 17:27:52 +01:00
parent 65ddec3fa4
commit 5a288035b3
14 changed files with 80 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
package config
import "time"
const (
Stop = iota
East
@@ -9,3 +11,4 @@ const (
)
const PLAYERSPEED int = 4
const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond