Last change
on this file since 5427 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:
236 bytes
|
Line | |
---|
1 | <?xml version="1.0" ?> |
---|
2 | <Imageset Name="MainMenuBackground" Imagefile="main_menu_1.jpg" NativeHorzRes="1400" NativeVerzRes="1050" AutoScaled="true"> |
---|
3 | <Image Name="Background" XPos="0" YPos="0" Width="1400" Height="1050"/> |
---|
4 | </Imageset> |
---|
Note: See
TracBrowser
for help on using the repository browser.