﻿<config>

  <remove xpath="/windows/window[@name='menuBackground']"/>
  <remove xpath="/windows/window[@name='mainMenuLogo']"/>
  <remove xpath="/windows/window[@name='mainMenu']"/>


  <!-- Garde tes tweaks existants -->
  <set xpath="/windows/window[@name='newsScreen']/texture/@texture">@modfolder:/BG/LoadingScreenDB0.jpg</set>

  <!-- Ton fond composite (fond + texte déjà intégrés) -->
  <append xpath="/windows">
    <window name="menuBackground" anchor="CenterCenter" pos="0,0" width="1050" height="780" depth="-3">
      <texture depth="1" color="[white]" texture="@modfolder:/BG/ValkreamMenu1.jpg"
               name="bgTexture"
               anchor_left="#cam,0,-5" anchor_bottom="#cam,0,-5"
               anchor_right="#cam,1,5" anchor_top="#cam,1,5"/>
    </window>

    <window name="mainMenu" anchor="CenterCenter" pos="-400,-130" width="1050" height="780" controller="MainMenu" cursor_area="true" windows_to_open_globally="menuBackground,mainMenuDiscordButton,-discordInteractions">
		  <grid pos="50,110" rows="4" columns="2" cell_width="400" arrangement="vertical" cell_height="70" repeat_content="false" controller="MainMenuButtons">

			  <mainmenubutton name="btnNewGame" pivot="center" width="400" height="50" caption_key="xuiNewGame" nav_up="btnQuit" platform="!CONSOLE" />
			  <mainmenubutton name="btnNewGame" pivot="center" width="400" height="50" caption_key="xuiNewGame" platform="CONSOLE" />
			  <mainmenubutton name="btnContinueGame" pivot="center" width="400" height="50" caption_key="xuiContinueGame" enabled="{has_saved_game}"/>
			  <mainmenubutton name="btnConnectToServer" pivot="center" width="400" height="50" caption_key="xuiConnectToServer" enabled="{online_mode}" />
			  <mainmenubutton name="btnEditingTools" pivot="center" width="400" height="50" caption_key="xuiEditingTools" platform="!CONSOLE" />
			  <mainmenubutton name="btnOptions" pivot="center" width="400" height="50" caption_key="xuiOptions" />
			  <mainmenubutton name="btnCredits" pivot="center" width="400" height="50" caption_key="xuiCredits" />
			  <mainmenubutton name="btnNews" pivot="center" width="400" height="50" caption_key="xuiMMNews" />
			  <mainmenubutton name="btnDlc" pivot="center" width="400" height="50" caption_key="xuiMMDlc" sprite_color_default="110,0,0,180" sprite_color_hover="110,0,0,255" nav_down="btnQuit" platform="!CONSOLE"/>
			  <mainmenubutton name="btnDlc" pivot="center" width="400" height="50" caption_key="xuiMMDlc" sprite_color_default="110,0,0,180" sprite_color_hover="110,0,0,255" platform="CONSOLE" />
		  </grid>
	  </window>
</append>
</config>



