21 lines
653 B
XML
21 lines
653 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
|
|
<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>
|