change player speed
This commit is contained in:
parent
59cf11b056
commit
e14289807b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ enum State {
|
|||
LOCKED,
|
||||
}
|
||||
|
||||
const MOVE_SPEED := 5.
|
||||
const MOVE_SPEED := 7.5
|
||||
const DASH_SPEED := 25.
|
||||
|
||||
static var instance: Player
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue