fixed slow grid drawing, which also fixed transient tile quirk

This commit is contained in:
2024-03-01 10:55:14 +01:00
parent 1c0f3d19d0
commit 6f85a90b58
4 changed files with 17 additions and 22 deletions

View File

@@ -11,6 +11,6 @@ const (
All
)
const PLAYERSPEED int = 4
const PLAYERSPEED int = 5
const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond
const LEVEL_END_WAIT time.Duration = 500 * time.Millisecond