MenuPage2.xml 848 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="DynamicMenu.Controls.Container" >
  4. <Left>0</Left>
  5. <Top>0</Top>
  6. <Width>300</Width>
  7. <Height>300</Height>
  8. <Controls>
  9. <Item Type="DynamicMenu.Controls.Image">
  10. <Left>20</Left>
  11. <Top>20</Top>
  12. <Width>188</Width>
  13. <Height>94</Height>
  14. <BackTextureName>Textures\UFO</BackTextureName>
  15. </Item>
  16. <Item Type="DynamicMenu.Controls.MultilineTextControl">
  17. <Left>20</Left>
  18. <Top>140</Top>
  19. <Width>360</Width>
  20. <Height>240</Height>
  21. <BackTextureName>Textures\textbox</BackTextureName>
  22. <Text>This is a text box with a whole lot of text. It uses a MultilineTextControl.</Text>
  23. <FontName>Fonts\ControlFont</FontName>
  24. </Item>
  25. </Controls>
  26. </Asset>
  27. </XnaContent>