Guest User

Untitled

a guest
Feb 9th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <theme>
  2. <formatVersion>4</formatVersion>
  3. <include>./../io.xml</include>
  4.  
  5. <view name="system">
  6.  
  7. <image name="logo">
  8. <path>./system-black.svg</path>
  9. </image>
  10.  
  11. <image name="background" extra="true">
  12. <path>./mame_art_blur.jpg</path>
  13. </image>
  14.  
  15.  
  16.  
  17. </view>
  18.  
  19. <view name="basic, detailed, video">
  20.  
  21. <image name="logo">
  22. <path>./logo.svg</path>
  23. </image>
  24.  
  25. <!--<image name="logo2" extra="true">
  26. <path>./gc.png</path>
  27. </image>
  28. -->
  29. <image name="overlay" extra="true">
  30. <maxSize>0.180 0.220</maxSize>
  31. <pos>0.1 0.135</pos>
  32. <origin>0.5 0.5</origin>
  33. <color>8b0000</color>
  34. <path>./controller.svg</path>
  35. </image>
  36. <text name="System_Desc" extra="true">
  37. <text>Multiple Arcade Machine Emulator, Capcom System and Neo Geo Emulator. First released in 1997.</text>
  38. <forceUppercase>0</forceUppercase>
  39. <size>0.320 0.240</size>
  40. <pos>0.200 0.0</pos>
  41. <color>ffffff</color>
  42. <fontSize>0.025</fontSize>
  43. <alignment>center</alignment>
  44. <fontPath>./../_inc/font/Inconsolata-Regular.ttf</fontPath>
  45. </text>
  46. </view>
  47.  
  48. </theme>
Add Comment
Please, Sign In to add comment