mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 00:26:39 +00:00 
			
		
		
		
	- various gui-work - begun binding the GUI into Monster script - updated to latest Monster source (0.11 alpha) git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@87 ea6a568a-9f4f-0410-981a-c910a81bb256
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Text
		
	
	
	
	
	
/*
 | 
						|
Widget hud;
 | 
						|
hud = gui.loadLayout("openmw_hud_layout.xml");
 | 
						|
hud.setCoord(10,10,500,500);
 | 
						|
*/
 |