default 95% soldiers

This commit is contained in:
ilan schemoul
2025-03-06 01:21:53 +01:00
parent 87d5172adb
commit bd8f72421e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,10 +21,10 @@ export class ControlPanel extends LitElement implements Layer {
private attackRatio: number = 0.2;
@state()
private targetTroopRatio = 1;
private targetTroopRatio = 0.9;
@state()
private currentTroopRatio = 1;
private currentTroopRatio = 0.9;
@state()
private _population: number;