fixed last level oos bug, added more levels and entities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user