aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/firmament/gui/pristine_profit.xml
blob: f015e9109ec8bb93ff6cc8c8a242ad689a530e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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"/>
        </Row>
        <Row>
            <firm:Bar progress="@collectionCurrent" total="@collectionMax" fillColor="#33ff33" emptyColor="#00a000"/>
            <Text text="@collectionText"/>
        </Row>
    </Column>
</Root>