dtlauncher/minecraft-launcher-client/gui/window.dtsod

16 lines
197 B
Plaintext

window:
{
type: "container";
anchor: [0us, 0us];
width: 90us;
height: 30us;
children:
{
test_label:
{
type: "label";
anchor: [0us, 0us];
resdir: "gui";
};
};
};