aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-10-28 03:36:11 +0200
committernea <nea@nea.moe>2023-11-04 00:39:05 +0100
commit5f535b56d0009eefcf5d70f737dd70514802763f (patch)
tree78e8246e30e8504baaac9fd73ad0a0543d028748 /src/main/resources/assets
parent47fbb25ab280b6af9496780672780db78fe36f27 (diff)
downloadfirmament-5f535b56d0009eefcf5d70f737dd70514802763f.tar.gz
firmament-5f535b56d0009eefcf5d70f737dd70514802763f.tar.bz2
firmament-5f535b56d0009eefcf5d70f737dd70514802763f.zip
Inventory buttons
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/firmament/gui/button_editor_fragment.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/resources/assets/firmament/gui/button_editor_fragment.xml b/src/main/resources/assets/firmament/gui/button_editor_fragment.xml
new file mode 100644
index 0000000..954401a
--- /dev/null
+++ b/src/main/resources/assets/firmament/gui/button_editor_fragment.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://notenoughupdates.org/moulconfig https://raw.githubusercontent.com/NotEnoughUpdates/MoulConfig/master/MoulConfig.xsd">
+ <Panel>
+ <Column>
+ <Text text="Icon"/>
+ <TextField value="@icon" width="180"/>
+ <Text text="Command"/>
+ <Row>
+ <Text text="/"/>
+ <TextField value="@command" width="180"/>
+ </Row>
+ </Column>
+ </Panel>
+</Root>