separate-collision-checker #1

Merged
scip merged 2 commits from separate-collision-checker into master 2024-03-21 13:31:03 +01:00
Showing only changes of commit 52c4cb4e66 - Show all commits

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.1.0"
const version string = "1.2.0"
const MenuRectX int = 600
const MenuRectY int = 0