diff --git a/assets/Data/GameSettings.json b/assets/Data/GameSettings.json index 1f6b965..38928ba 100644 --- a/assets/Data/GameSettings.json +++ b/assets/Data/GameSettings.json @@ -36,8 +36,8 @@ "launcher": { "projectileLifetime": 3, "projectileSpeed": 300, - "wavesToShoot": 1, - "wavesDelayMs": 100, + "wavesToShoot": 0, + "wavesDelayMs": 120, "cooldown": 4 } }, @@ -46,8 +46,8 @@ "launcher": { "projectileLifetime": 20, "projectileSpeed": 300, - "wavesToShoot": 1, - "wavesDelayMs": 100, + "wavesToShoot": 0, + "wavesDelayMs": 200, "cooldown": 4 } } diff --git a/assets/Scenes/Game.scene b/assets/Scenes/Game.scene index 3cadb2a..622035b 100644 --- a/assets/Scenes/Game.scene +++ b/assets/Scenes/Game.scene @@ -196,7 +196,7 @@ "_enabled": true, "__prefab": null, "startTime": 0, - "startXP": 0, + "startXP": 100, "maxHpLevel": 0, "bonusDamageLevel": 0, "projectilePiercingLevel": 0,