Merge pull request #160 from ilan-schemoul/fix-troo

fix: troop ratio different UI and code
This commit is contained in:
evanpelle
2025-03-06 15:57:30 -08:00
committed by GitHub
+2 -2
View File
@@ -21,10 +21,10 @@ export class ControlPanel extends LitElement implements Layer {
private attackRatio: number = 0.2;
@state()
private targetTroopRatio = 0.9;
private targetTroopRatio = 0.95;
@state()
private currentTroopRatio = 0.9;
private currentTroopRatio = 0.95;
@state()
private _population: number;