new upgrades, restrucutre

This commit is contained in:
Martin
2022-11-28 11:49:16 +01:00
parent 4ca44647d6
commit 2a3ce76c4b
28 changed files with 1072 additions and 272 deletions

View File

@@ -1,5 +1,5 @@
{
"playerSettings": {
"player": {
"defaultHP": 50,
"requiredXP": [
5,
@@ -13,12 +13,16 @@
20,
20
],
"collisionDelay": 0.5,
"testSettings": {
"test": 0
}
"collisionDelay": 0.5
},
"weaponSettings": {
"weapon": {
"strikeDelay": 2
},
"upgrades": {
"maxWeaponLengthUpgrades": 5,
"maxWeaponDamageUpgrades": 5,
"maxHorizontalProjectileUpgrades": 0,
"maxVerticalProjectileUpgrades": 0,
"maxRegenerationUpgrades": 0
}
}