Add Pristine Profit Tracker
This commit is contained in:
22
src/main/resources/assets/firmament/gui/pristine_profit.xml
Normal file
22
src/main/resources/assets/firmament/gui/pristine_profit.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:firm="http://nea.moe/Firmament"
|
||||
xsi:schemaLocation="http://notenoughupdates.org/moulconfig https://raw.githubusercontent.com/NotEnoughUpdates/MoulConfig/master/MoulConfig.xsd">
|
||||
<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>
|
||||
Reference in New Issue
Block a user