This commit is contained in:
Thomas von Dein 2024-03-21 13:28:44 +01:00
parent e93c08f81f
commit 52c4cb4e66

View File

@ -16,7 +16,7 @@ const (
const PLAYERSPEED int = 5 const PLAYERSPEED int = 5
const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond const PARTICLE_LOOPWAIT time.Duration = 250 * time.Millisecond
const LEVEL_END_WAIT time.Duration = 500 * 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 MenuRectX int = 600
const MenuRectY int = 0 const MenuRectY int = 0