improvement(sonic): make Sonic default move to 4

This commit is contained in:
Kazhnuz 2019-08-15 14:32:09 +02:00
parent 608509b536
commit c7a24a2bf3

View file

@ -5,7 +5,7 @@ return {
speed = 5,
jump = 3,
turns = 3,
move = 3,
move = 4,
startlevel = 50,