fixed player loop detection, added more levels

This commit is contained in:
2024-03-21 19:04:47 +01:00
parent 19c9a5d502
commit 51d3776abf
4 changed files with 1807 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ 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.2.0"
const version string = "1.2.1"
const MenuRectX int = 600
const MenuRectY int = 0