minecraft-launcher/minecraft-launcher-client/gui/window.dtsod
2024-01-06 19:43:51 +06:00

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";
};
};
};