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

19 lines
320 B
Plaintext
Raw Normal View History

2008-05-29 00:00:00 +00:00
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( "*" );
}
}
}
}