etqw-sdk/base/guis/tools/maskeditor.gui

19 lines
320 B
Plaintext

gui guis/tools/maskeditor {
properties {
float flags = immediate( flags ) | GUI_FULLSCREEN;
float changed;
}
windowDef desktop {
windowDef changeIndicator {
properties {
float visible = gui.changed;
rect rect = 0, 200, 80, 80;
wstring text = toWStr( "*" );
}
}
}
}