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>
|
||||
@@ -5,6 +5,8 @@
|
||||
"firmament.command.toggle.no-property-found": "Could not find property %s",
|
||||
"firmament.command.toggle.not-a-toggle": "Property %s is not a toggle",
|
||||
"firmament.command.toggle.toggled": "Toggled %s / %s %s",
|
||||
"firmament.pristine-profit.collection": "Collection: %s/h",
|
||||
"firmament.pristine-profit.money": "Money: %s/h",
|
||||
"firmament.toggle.true": "On",
|
||||
"firmament.toggle.false": "Off",
|
||||
"firmament.config.developer": "Developer Settings",
|
||||
|
||||
Reference in New Issue
Block a user