upgraded engine with input buffering and added arcade & survival
This commit is contained in:
parent
03e0c97280
commit
de390dff8a
5 changed files with 74 additions and 18 deletions
|
@ -20,6 +20,7 @@
|
|||
"fruitRegrow": true,
|
||||
"speedIncrease": true,
|
||||
"speedMultiplier": 0.9,
|
||||
"speedCap": 50,
|
||||
"worldWrap": true
|
||||
},
|
||||
"levelFilename": "arcade-<l>.json",
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
"join": "round",
|
||||
"cap": "round",
|
||||
"headSize": 0.8,
|
||||
"tailSize": 0.4
|
||||
"tailSize": 0.4,
|
||||
"tailWrapSize": 0.1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue