Advertisement
Guest User

theme.xml

a guest
Sep 29th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.86 KB | None | 0 0
  1. <theme>
  2.  
  3.     <!-- the application assumes the characters are laid out in 10 rows and 25 columns -->
  4.     <constant id="text-path" value="themes/default/common/text.png" />
  5.     <constant id="text-height" value="18" />
  6.     <constant id="text-width" value="10" />
  7.  
  8.     <widget id="main/local-game">
  9.         <header>
  10.             <image path="themes/default/main/local-game.png" />
  11.         </header>
  12.  
  13.         <!-- inactive -->
  14.         <sequence id="0" >
  15.             <frame>
  16.                 <pic id="0" alpha="100" />
  17.             </frame>
  18.         </sequence>
  19.  
  20.         <!-- transition to full opacity -->
  21.         <sequence id="1" next="2" >
  22.             <frame wait="0">
  23.                 <pic id="0" alpha="125" />
  24.             </frame>
  25.             <frame wait="0">
  26.                 <pic id="0" alpha="150" />
  27.             </frame>
  28.             <frame wait="0">
  29.                 <pic id="0" alpha="175" />
  30.             </frame>
  31.             <frame wait="0">
  32.                 <pic id="0" alpha="200" />
  33.             </frame>
  34.             <frame wait="0">
  35.                 <pic id="0" alpha="225" />
  36.             </frame>
  37.         </sequence>
  38.  
  39.         <!-- selected -->
  40.         <sequence id="2" >
  41.             <frame>
  42.                 <pic id="0" alpha="255" />
  43.             </frame>
  44.         </sequence>
  45.  
  46.         <!-- transition to partial opacity -->
  47.         <sequence id="3" next="999" >
  48.             <frame wait="0">
  49.                 <pic id="0" alpha="225" />
  50.             </frame>
  51.             <frame wait="0">
  52.                 <pic id="0" alpha="200" />
  53.             </frame>
  54.             <frame wait="0">
  55.                 <pic id="0" alpha="175" />
  56.             </frame>
  57.             <frame wait="0">
  58.                 <pic id="0" alpha="150" />
  59.             </frame>
  60.             <frame wait="0">
  61.                 <pic id="0" alpha="125" />
  62.             </frame>
  63.         </sequence>
  64.     </widget>
  65.  
  66.     <widget id="main/p2p">
  67.         <header>
  68.             <image path="themes/default/main/p2p.png" />
  69.         </header>
  70.  
  71.         <!-- inactive -->
  72.         <sequence id="0" >
  73.             <frame>
  74.                 <pic id="0" alpha="100" />
  75.             </frame>
  76.         </sequence>
  77.  
  78.         <!-- transition to full opacity -->
  79.         <sequence id="1" next="2" >
  80.             <frame wait="0">
  81.                 <pic id="0" alpha="125" />
  82.             </frame>
  83.             <frame wait="0">
  84.                 <pic id="0" alpha="150" />
  85.             </frame>
  86.             <frame wait="0">
  87.                 <pic id="0" alpha="175" />
  88.             </frame>
  89.             <frame wait="0">
  90.                 <pic id="0" alpha="200" />
  91.             </frame>
  92.             <frame wait="0">
  93.                 <pic id="0" alpha="225" />
  94.             </frame>
  95.         </sequence>
  96.  
  97.         <!-- selected -->
  98.         <sequence id="2" >
  99.             <frame>
  100.                 <pic id="0" alpha="255" />
  101.             </frame>
  102.         </sequence>
  103.  
  104.         <!-- transition to partial opacity -->
  105.         <sequence id="3" next="999" >
  106.             <frame wait="0">
  107.                 <pic id="0" alpha="225" />
  108.             </frame>
  109.             <frame wait="0">
  110.                 <pic id="0" alpha="200" />
  111.             </frame>
  112.             <frame wait="0">
  113.                 <pic id="0" alpha="175" />
  114.             </frame>
  115.             <frame wait="0">
  116.                 <pic id="0" alpha="150" />
  117.             </frame>
  118.             <frame wait="0">
  119.                 <pic id="0" alpha="125" />
  120.             </frame>
  121.         </sequence>
  122.     </widget>
  123.  
  124.     <widget id="main/online-server">
  125.         <header>
  126.             <image path="themes/default/main/online-server.png" />
  127.         </header>
  128.  
  129.         <!-- inactive -->
  130.         <sequence id="0" >
  131.             <frame>
  132.                 <pic id="0" alpha="100" />
  133.             </frame>
  134.         </sequence>
  135.  
  136.         <!-- transition to full opacity -->
  137.         <sequence id="1" next="2" >
  138.             <frame wait="0">
  139.                 <pic id="0" alpha="125" />
  140.             </frame>
  141.             <frame wait="0">
  142.                 <pic id="0" alpha="150" />
  143.             </frame>
  144.             <frame wait="0">
  145.                 <pic id="0" alpha="175" />
  146.             </frame>
  147.             <frame wait="0">
  148.                 <pic id="0" alpha="200" />
  149.             </frame>
  150.             <frame wait="0">
  151.                 <pic id="0" alpha="225" />
  152.             </frame>
  153.         </sequence>
  154.  
  155.         <!-- selected -->
  156.         <sequence id="2" >
  157.             <frame>
  158.                 <pic id="0" alpha="255" />
  159.             </frame>
  160.         </sequence>
  161.  
  162.         <!-- transition to partial opacity -->
  163.         <sequence id="3" next="999" >
  164.             <frame wait="0">
  165.                 <pic id="0" alpha="225" />
  166.             </frame>
  167.             <frame wait="0">
  168.                 <pic id="0" alpha="200" />
  169.             </frame>
  170.             <frame wait="0">
  171.                 <pic id="0" alpha="175" />
  172.             </frame>
  173.             <frame wait="0">
  174.                 <pic id="0" alpha="150" />
  175.             </frame>
  176.             <frame wait="0">
  177.                 <pic id="0" alpha="125" />
  178.             </frame>
  179.         </sequence>
  180.     </widget>
  181.  
  182.     <widget id="main/control-settings">
  183.         <header>
  184.             <image path="themes/default/main/control-settings.png" />
  185.             <!-- <image path="themes/default/main/control-settings.png" width="100" height="100" rows="1" columns="1" /> -->
  186.         </header>
  187.  
  188.         <!-- inactive -->
  189.         <sequence id="0" >
  190.             <frame>
  191.                 <pic id="0" alpha="100" />
  192.             </frame>
  193.         </sequence>
  194.  
  195.         <!-- transition to full opacity -->
  196.         <sequence id="1" next="2" >
  197.             <frame wait="0">
  198.                 <pic id="0" alpha="125" />
  199.             </frame>
  200.             <frame wait="0">
  201.                 <pic id="0" alpha="150" />
  202.             </frame>
  203.             <frame wait="0">
  204.                 <pic id="0" alpha="175" />
  205.             </frame>
  206.             <frame wait="0">
  207.                 <pic id="0" alpha="200" />
  208.             </frame>
  209.             <frame wait="0">
  210.                 <pic id="0" alpha="225" />
  211.             </frame>
  212.         </sequence>
  213.  
  214.         <!-- selected -->
  215.         <sequence id="2" >
  216.             <frame>
  217.                 <pic id="0" alpha="255" />
  218.             </frame>
  219.         </sequence>
  220.  
  221.         <!-- transition to partial opacity -->
  222.         <sequence id="3" next="999" >
  223.             <frame wait="0">
  224.                 <pic id="0" alpha="225" />
  225.             </frame>
  226.             <frame wait="0">
  227.                 <pic id="0" alpha="200" />
  228.             </frame>
  229.             <frame wait="0">
  230.                 <pic id="0" alpha="175" />
  231.             </frame>
  232.             <frame wait="0">
  233.                 <pic id="0" alpha="150" />
  234.             </frame>
  235.             <frame wait="0">
  236.                 <pic id="0" alpha="125" />
  237.             </frame>
  238.         </sequence>
  239.     </widget>
  240.  
  241.     <widget id="selection/mode/vs">
  242.         <header>
  243.             <image path="themes/default/selection/mode/vs.png" />
  244.         </header>
  245.  
  246.         <!-- inactive -->
  247.         <sequence id="0" >
  248.             <frame>
  249.                 <pic id="0" alpha="100" />
  250.             </frame>
  251.         </sequence>
  252.  
  253.         <!-- transition to full opacity -->
  254.         <sequence id="1" next="2" >
  255.             <frame wait="0">
  256.                 <pic id="0" alpha="125" />
  257.             </frame>
  258.             <frame wait="0">
  259.                 <pic id="0" alpha="150" />
  260.             </frame>
  261.             <frame wait="0">
  262.                 <pic id="0" alpha="175" />
  263.             </frame>
  264.             <frame wait="0">
  265.                 <pic id="0" alpha="200" />
  266.             </frame>
  267.             <frame wait="0">
  268.                 <pic id="0" alpha="225" />
  269.             </frame>
  270.         </sequence>
  271.  
  272.         <!-- selected -->
  273.         <sequence id="2" >
  274.             <frame>
  275.                 <pic id="0" alpha="255" />
  276.             </frame>
  277.         </sequence>
  278.  
  279.         <!-- transition to partial opacity -->
  280.         <sequence id="3" next="999" >
  281.             <frame wait="0">
  282.                 <pic id="0" alpha="225" />
  283.             </frame>
  284.             <frame wait="0">
  285.                 <pic id="0" alpha="200" />
  286.             </frame>
  287.             <frame wait="0">
  288.                 <pic id="0" alpha="175" />
  289.             </frame>
  290.             <frame wait="0">
  291.                 <pic id="0" alpha="150" />
  292.             </frame>
  293.             <frame wait="0">
  294.                 <pic id="0" alpha="125" />
  295.             </frame>
  296.         </sequence>
  297.     </widget>
  298.  
  299.     <widget id="selection/character/frame">
  300.         <header>
  301.             <image path="themes/default/selection/character/frame.png" />
  302.         </header>
  303.  
  304.         <!-- pressToJoin -->
  305.         <sequence id="0">
  306.             <frame>
  307.                 <pic id="0" alpha="255" />
  308.             </frame>
  309.         </sequence>
  310.  
  311.         <!-- characterSelect -->
  312.         <sequence id="1">
  313.             <frame>
  314.                 <pic id="0" alpha="255" />
  315.             </frame>
  316.         </sequence>
  317.  
  318.         <!-- teamSelect -->
  319.         <sequence id="2">
  320.             <frame>
  321.                 <pic id="0" alpha="255" />
  322.             </frame>
  323.         </sequence>
  324.  
  325.         <!-- ready -->
  326.         <sequence id="3">
  327.             <frame>
  328.                 <pic id="0" alpha="255" />
  329.             </frame>
  330.         </sequence>
  331.  
  332.         <!-- countdown -->
  333.         <sequence id="4">
  334.             <frame>
  335.                 <pic id="0" alpha="255" />
  336.             </frame>
  337.         </sequence>
  338.  
  339.         <!-- inactive -->
  340.         <sequence id="5">
  341.             <frame>
  342.                 <pic id="0" alpha="50" />
  343.             </frame>
  344.         </sequence>
  345.     </widget>
  346.  
  347.     <!-- character selection press-to-join -->
  348.     <widget id="selection/character/press-to-join">
  349.         <header>
  350.             <image path="themes/default/selection/character/press-to-join.png" rows="3" columns="3" width="120" height="120" border="1" />
  351.         </header>
  352.  
  353.         <sequence id="0" next="999">
  354.             <frame wait="1">
  355.                 <pic id="0" />
  356.             </frame>
  357.             <frame wait="1">
  358.                 <pic id="1" />
  359.             </frame>
  360.             <frame wait="1">
  361.                 <pic id="2" />
  362.             </frame>
  363.             <frame wait="1">
  364.                 <pic id="3" />
  365.             </frame>
  366.             <frame wait="1">
  367.                 <pic id="4" />
  368.             </frame>
  369.             <frame wait="1">
  370.                 <pic id="5" />
  371.             </frame>
  372.             <frame wait="1">
  373.                 <pic id="6" />
  374.             </frame>
  375.             <frame wait="1">
  376.                 <pic id="7" />
  377.             </frame>
  378.             <frame wait="1">
  379.                 <pic id="8" />
  380.             </frame>
  381.         </sequence>
  382.     </widget>
  383.  
  384.     <!-- character selection countdown -->
  385.     <widget id="selection/character/countdown">
  386.         <header>
  387.             <image path="themes/default/selection/character/countdown.png" rows="5" columns="1" width="120" height="120" border="1" />
  388.         </header>
  389.  
  390.         <sequence id="0" next="1">
  391.             <frame wait="59">
  392.                 <pic id="4" />
  393.             </frame>
  394.         </sequence>
  395.  
  396.         <sequence id="1" next="2">
  397.             <frame wait="59">
  398.                 <pic id="3" />
  399.             </frame>
  400.         </sequence>
  401.  
  402.         <sequence id="2" next="3">
  403.             <frame wait="59">
  404.                 <pic id="2" />
  405.             </frame>
  406.         </sequence>
  407.  
  408.         <sequence id="3" next="4">
  409.             <frame wait="59">
  410.                 <pic id="1" />
  411.             </frame>
  412.         </sequence>
  413.  
  414.         <sequence id="4">
  415.             <frame wait="59">
  416.                 <pic id="0" />
  417.             </frame>
  418.         </sequence>
  419.     </widget>
  420.  
  421.     <!-- character selection ai count selection -->
  422.     <widget id="selection/character/ai-count-selection">
  423.         <header><image path="themes/default/selection/character/ai-count-selection.png" /></header>
  424.         <sequence id="0"><frame><pic id="0" /></frame></sequence>
  425.     </widget>
  426. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement