VoxelEngine/res/layouts/inventory.xml
2024-02-13 18:16:18 +03:00

11 lines
337 B
XML

<inventory color="#1F1F1FE0" size="0,400">
<slots-grid rows="4" count="40" sharefunc="inventory_share_func"/>
<button id="btn"
coord="8,300"
size="140,30"
z-index="1"
onclick="document.btn.text = tostring(time.uptime())">
-----
</button>
</inventory>