VoxelEngine/res/layouts/templates/script_file.xml
2025-11-04 19:47:35 +03:00

13 lines
339 B
XML

<container size="18">
<image src="gui/%{icon}" size="16"></image>
<label hover-color='#30A0FF'
pos="20,2"
interactive="true"
onclick='%{open_func}("%{filename}")'
markup='md'
tooltip='%{unit}'
size-func="-1,-1">
[#FFFFFF80]%{path}[#FFFFFFFF]%{name}
</label>
</container>