Slash-The-Hordes/assets/Data/GameSettings.json
2022-11-25 12:00:09 +01:00

24 lines
394 B
JSON

{
"playerSettings": {
"defaultHP": 50,
"requiredXP": [
5,
5,
5,
10,
10,
10,
20,
20,
20,
20
],
"collisionDelay": 0.5,
"testSettings": {
"test": 0
}
},
"weaponSettings": {
"strikeDelay": 2
}
}