mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 02:44:40 +00:00
Merge pull request #160 from ilan-schemoul/fix-troo
fix: troop ratio different UI and code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user