mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 22:30:39 +00:00
default 95% soldiers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user