upgraded engine with input buffering and added arcade & survival

This commit is contained in:
Nathan DECHER 2020-03-25 19:29:55 +01:00
parent 03e0c97280
commit de390dff8a
5 changed files with 74 additions and 18 deletions

View file

@ -20,6 +20,7 @@
"fruitRegrow": true,
"speedIncrease": true,
"speedMultiplier": 0.9,
"speedCap": 50,
"worldWrap": true
},
"levelFilename": "arcade-<l>.json",

View file

@ -3,5 +3,6 @@
"join": "round",
"cap": "round",
"headSize": 0.8,
"tailSize": 0.4
"tailSize": 0.4,
"tailWrapSize": 0.1
}