fixed last level oos bug, added more levels and entities

This commit is contained in:
2024-03-15 20:08:23 +01:00
parent 1d9164d140
commit 2084150456
9 changed files with 1662 additions and 62 deletions

View File

@@ -14,3 +14,6 @@ const (
const PLAYERSPEED int = 5
const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond
const LEVEL_END_WAIT time.Duration = 500 * time.Millisecond
const version string = "1.1.0"
var VERSION string // maintained by -x