support for full screen main menu rev. 5498

- removed obsolete images
- add new images
- fix xml file

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1511 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
lalien
2012-08-23 19:23:04 +00:00
parent a19540efb2
commit e0398aaf3f
6 changed files with 14 additions and 3 deletions
@@ -10,7 +10,6 @@ StretchImage if 1 the image is stretched to the screen size
CenterImage if 1 the image is centered in X CenterImage if 1 the image is centered in X
ImagePositionRelative if 0 the image is displayed on the same place on any resolution, ignored when StretchImage is active ImagePositionRelative if 0 the image is displayed on the same place on any resolution, ignored when StretchImage is active
all tags with resolution are now obsolete but not removed for compability with older versions
--> -->
<MAINMENU> <MAINMENU>
@@ -22,12 +21,12 @@ all tags with resolution are now obsolete but not removed for compability with o
<MainMenuY>210</MainMenuY> <MainMenuY>210</MainMenuY>
<MainMenuYSpace>37</MainMenuYSpace> <MainMenuYSpace>37</MainMenuYSpace>
</IMAGE> </IMAGE>
<!-- Background Images --> <!-- Optional Image -->
<IMAGE> <IMAGE>
<uiIndex>1</uiIndex> <uiIndex>1</uiIndex>
<Visible>1</Visible> <Visible>1</Visible>
<Description>BackGround</Description> <Description>BackGround</Description>
<FileName>LOADSCREENS\MainMenuBackground.sti</FileName> <FileName>Interface\MM24Background.sti</FileName>
<FitToScreen>1</FitToScreen> <FitToScreen>1</FitToScreen>
<StretchImage>0</StretchImage> <StretchImage>0</StretchImage>
<CenterImage>0</CenterImage> <CenterImage>0</CenterImage>
@@ -35,4 +34,16 @@ all tags with resolution are now obsolete but not removed for compability with o
<ImagePositionX>0</ImagePositionX> <ImagePositionX>0</ImagePositionX>
<ImagePositionY>0</ImagePositionY> <ImagePositionY>0</ImagePositionY>
</IMAGE> </IMAGE>
<IMAGE>
<uiIndex>2</uiIndex>
<Visible>1</Visible>
<Description>Ja2LogoImage</Description>
<FileName>LOADSCREENS\Ja2Logo.sti</FileName>
<FitToScreen>0</FitToScreen>
<StretchImage>0</StretchImage>
<CenterImage>1</CenterImage>
<ImagePositionRelative>1</ImagePositionRelative>
<ImagePositionX>188</ImagePositionX>
<ImagePositionY>10</ImagePositionY>
</IMAGE>
</MAINMENU> </MAINMENU>
Binary file not shown.

After

Width:  |  Height:  |  Size: 483 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 32 KiB