improvement(sonic): make Sonic default move to 4
This commit is contained in:
parent
608509b536
commit
c7a24a2bf3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ return {
|
||||||
speed = 5,
|
speed = 5,
|
||||||
jump = 3,
|
jump = 3,
|
||||||
turns = 3,
|
turns = 3,
|
||||||
move = 3,
|
move = 4,
|
||||||
|
|
||||||
startlevel = 50,
|
startlevel = 50,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue