1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 13:23:55 +00:00
openmw/old_d_version/mscripts/guiscripts/makegui.mn
2009-12-19 21:31:22 +00:00

5 lines
94 B
Text

/*
Widget hud;
hud = gui.loadLayout("openmw_hud_layout.xml");
hud.setCoord(10,10,500,500);
*/