blob: 8787b8f062cb945caa568010a41d4096580c8df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8" ?>
<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:firm="http://firmament.nea.moe/moulconfig">
<Column>
<Row>
<!-- <firm:Bar progress="@moneyCurrent" total="@moneyMax" fillColor="#bbbb00" emptyColor="#909000"/>-->
<Text text="@moneyText" width="300"/>
</Row>
<Row>
<!-- <firm:Bar progress="@collectionCurrent" total="@collectionMax" fillColor="#33ff33" emptyColor="#00a000"/>-->
<!-- TODO: add dynamically sized texts -->
<Text text="@collectionText" width="300"/>
</Row>
</Column>
</Root>
|