- August 2, 2008
- 235
- 7
Is there possible to have own backgrounds in for example "gamemenu.xml" ?
I'm having a few games in the gaming menu and it would have been nice that when choosing Guitar Hero, it will show a nice Guitar Hero background...
Is it possible to change:
<controls>
<import>common.time.xml</import>
<control>
<description>BG</description>
<type>image</type>
<id>1</id>
<width>1366</width>
<height>768</height>
<texture>background.png</texture>
</control>
I guess the background.png is whats showing in the background? So is it possible to change this to something else choosing different backgrounds?
I'm having a few games in the gaming menu and it would have been nice that when choosing Guitar Hero, it will show a nice Guitar Hero background...
Is it possible to change:
<controls>
<import>common.time.xml</import>
<control>
<description>BG</description>
<type>image</type>
<id>1</id>
<width>1366</width>
<height>768</height>
<texture>background.png</texture>
</control>
I guess the background.png is whats showing in the background? So is it possible to change this to something else choosing different backgrounds?