Last change
on this file since 5432 was
5427,
checked in by bknecht, 16 years ago
|
CEGUI code structure is now set. Images are loaded into imagesets(XML), those are loaded via schemes(XML), which are loaded in lua scripts. Each gui should now be able to be loaded via a seperate lua-script which itself loads its own layout(XML).
|
File size:
185 bytes
|
Line | |
---|
1 | <?xml version="1.0" ?> |
---|
2 | <OrxonoxGUIScheme Name="OrxonoxGUI"> |
---|
3 | <Imageset Name="MainMenuBackground" Filename="MainMenuBackground.imageset" ResourceGroup="General"/> |
---|
4 | </OrxonoxGUIScheme> |
---|
Note: See
TracBrowser
for help on using the repository browser.