gui: more lua support + 'coord' renamed to 'pos'

This commit is contained in:
MihailRis
2024-02-18 22:08:08 +03:00
parent 6f88502cae
commit ed6a377e90
5 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<inventory color="#1F1F1FE0">
<slots-grid coord="0, 164" rows="1" count="10" sharefunc="inventory_share_func"/>
<slots-grid pos="0, 164" rows="1" count="10" sharefunc="inventory_share_func"/>
<slots-grid rows="3" start-index="10" count="30" sharefunc="inventory_share_func"/>
</inventory>