change player speed

This commit is contained in:
Michael Campbell 2026-03-01 20:22:27 -05:00
parent 59cf11b056
commit e14289807b

View file

@ -7,7 +7,7 @@ enum State {
LOCKED,
}
const MOVE_SPEED := 5.
const MOVE_SPEED := 7.5
const DASH_SPEED := 25.
static var instance: Player