Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 34.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <nifty xmlns="http://nifty-gui.sourceforge.net/nifty-1.3.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.     <useStyles filename="nifty-default-styles.xml" />
  4.     <useControls filename="nifty-default-controls.xml" />
  5.     <style id="my-listbox-item-style" base="nifty-listbox-item">
  6.         <effect>
  7.             <onCustom name="updateScrollpanelPositionToDisplayElement" target="listBoxStatic" oneShot="true" />
  8.         </effect>
  9.     </style>
  10.  
  11.     <screen id="null" controller="arkhados.ClientMain">
  12.     </screen>
  13.    
  14.     <controlDefinition name="credits_panel"
  15.                        controller="de.lessvoid.nifty.controls.panel.PanelBuilder"
  16.                        inputMapping="de.lessvoid.nifty.input.mapping.MenuInputMapping">
  17.         <panel childLayout="horizontal">
  18.             <text style="nifty-label" width="*" text="$who" >
  19.             </text>
  20.             <text style="nifty-label" width="1%" text="" >
  21.             </text>
  22.             <text style="nifty-label" width="*" text="$for" >
  23.             </text>
  24.         </panel>
  25.     </controlDefinition>
  26.  
  27.     <screen id="main_menu" controller="arkhados.ClientMain">
  28.         <layer childLayout="horizontal">            
  29.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  30.         </layer>
  31.         <layer childLayout="center">
  32.             <panel width="400px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  33.                 <effect>
  34.                     <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="500"/>
  35.                     <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true"/>
  36.                 </effect>
  37.  
  38.                 <text style="nifty-label" text="Welcome to Arkhados!" >
  39.                     <effect>
  40.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="400" startDelay="250"/>
  41.                     </effect>
  42.                 </text>
  43.                 <control id="goto_join_server" name="button" label="Join Game" align="center">
  44.                     <interact onClick="gotoMenu(join_server)" />
  45.                 </control>
  46.                 <text style="nifty-label" text=""/>
  47.                 <control id="goto_settings" name="button" label="Settings" align="center">
  48.                     <interact onClick="gotoMenu(settings)" />
  49.                 </control>
  50.                 <text style="nifty-label" text=""/>
  51.                 <control id="goto_credits" name="button" label="Credits" align="center">
  52.                     <interact onClick="gotoMenu(credits)" />
  53.                 </control>
  54.                 <text style="nifty-label" text=""/>
  55.                 <text style="nifty-label" text=""/>
  56.                 <control id="exit_application_button" name="button" label="Exit game" align="center" valign="bottom">
  57.                     <interact onClick="closeApplication()" />
  58.                 </control>
  59.             </panel>
  60.         </layer>
  61.     </screen>
  62.  
  63.     <screen id="settings" controller="arkhados.ClientMain">
  64.         <layer childLayout="horizontal">            
  65.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  66.         </layer>
  67.         <layer childLayout="center">
  68.             <panel id="root_panel" height="400px" width="350px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  69.                 <effect>
  70.                     <onStartScreen  name="fade" startColor="#0000" endColor="#000f" length="500"/>
  71.                     <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true"/>
  72.                 </effect>
  73.                 <text style="nifty-label" text="Settings" />
  74.                 <text style="nifty-label" text="" />
  75.                 <control id="graphics_settings_button" name="button" label="Graphic settings" align="center" width="200px">
  76.                     <interact onClick="gotoMenu(graphics_settings)"/>
  77.                     <effect>
  78.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="500" startDelay="250"/>
  79.                     </effect>
  80.                 </control>
  81.                 <text style="nifty-label" text=""/>
  82.                 <control id="input_settings_button" name="button" label="Configure controls" align="center" width="200px">
  83.                     <interact onClick="gotoMenu(input_settings)"/>
  84.                     <effect>
  85.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="500" startDelay="250"/>
  86.                     </effect>
  87.                 </control>
  88.                 <text style="nifty-label" text=""/>
  89.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  90.                     <interact onClick="gotoMenu(main_menu)" />
  91.                     <effect>
  92.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="500" startDelay="250"/>
  93.                     </effect>
  94.                 </control>
  95.             </panel>
  96.         </layer>
  97.     </screen>
  98.  
  99.     <screen id="input_settings" controller="arkhados.ui.KeySetter">
  100.         <layer childLayout="horizontal">            
  101.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  102.         </layer>
  103.         <layer childLayout="center">
  104.             <panel height="400px" width="420px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  105.  
  106.                 <text style="nifty-label" text=""/>
  107.                 <panel height="*" width="*" align="center" childLayout="horizontal">
  108.                     <panel height="700px" width="150px" align="left" childLayout="vertical">
  109.                         <text style="nifty-label" text="Up" align="center" />
  110.                         <text style="nifty-label" text="Down" align="center" />
  111.                         <text style="nifty-label" text="Left" align="center" />
  112.                         <text style="nifty-label" text="Right" align="center" />
  113.  
  114.                         <text style="nifty-label" text="Spell 1" align="center" />
  115.                         <text style="nifty-label" text="Spell 2" align="center" />
  116.                         <text style="nifty-label" text="Spell 3" align="center" />
  117.                         <text style="nifty-label" text="Spell 4" align="center" />
  118.                         <text style="nifty-label" text="Spell 5" align="center" />
  119.                         <text style="nifty-label" text="Spell 6" align="center" />
  120.                        
  121.                         <text style="nifty-label" text=""/>
  122.                        
  123.                         <text style="nifty-label" text="Moving interrupts casting"/>
  124.                     </panel>
  125.                     <panel height="700px" width="320px" align="center" childLayout="vertical">
  126.                         <control id="button_up" name="button" label="Up" align="center" width="120px">
  127.                             <interact onClick="waitAndSetKey(button_up, move-up)" />
  128.                         </control>
  129.                         <control id="button_down" name="button" label="Down" align="center" width="120px">
  130.                             <interact onClick="waitAndSetKey(button_down, move-down)" />
  131.                         </control>
  132.                         <control id="button_left" name="button" label="Left" align="center" width="120px">
  133.                             <interact onClick="waitAndSetKey(button_left, move-left)" />
  134.                         </control>
  135.                         <control id="button_right" name="button" label="Right" align="center" width="120px">
  136.                             <interact onClick="waitAndSetKey(button_right, move-right)" />
  137.                         </control>
  138.                         <control id="button_m1" name="button" label="Spell 1" align="center" width="120px">
  139.                             <interact onClick="waitAndSetKey(button_m1, m1)" />
  140.                         </control>
  141.                         <control id="button_m2" name="button" label="Spell 2" align="center" width="120px">
  142.                             <interact onClick="waitAndSetKey(button_m2, m2)" />
  143.                         </control>
  144.                         <control id="button_q" name="button" label="Spell 3" align="center" width="120px">
  145.                             <interact onClick="waitAndSetKey(button_q, q)" />
  146.                         </control>
  147.                         <control id="button_e" name="button" label="Spell 4" align="center" width="120px">
  148.                             <interact onClick="waitAndSetKey(button_e, e)" />
  149.                         </control>
  150.                         <control id="button_r" name="button" label="Spell 5" align="center" width="120px">
  151.                             <interact onClick="waitAndSetKey(button_r, r)" />
  152.                         </control>
  153.                         <control id="button_space" name="button" label="Spell 6" align="center" width="120px">
  154.                             <interact onClick="waitAndSetKey(button_space, space)" />
  155.                         </control>
  156.                        
  157.                        
  158.                         <text style="nifty-label" text=""/>
  159.                         <control id="cbox_move_interrupts" name="checkbox" checked="true" align="center">
  160.                             <interact onClick="checked(cbox_move_interrupts)" />                  
  161.                         </control>
  162.                     </panel>
  163.                 </panel>
  164.                
  165.                 <text style="nifty-label" text=""/>
  166.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  167.                     <interact onClick="gotoMenu(settings)" />
  168.                 </control>
  169.             </panel>
  170.         </layer>
  171.     </screen>
  172.  
  173.     <screen id="graphics_settings" controller="arkhados.ClientSettings">
  174.         <layer childLayout="horizontal">            
  175.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  176.         </layer>
  177.         <layer childLayout="center">
  178.             <panel height="400px" width="350px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  179.  
  180.                 <text style="nifty-label" text=""/>
  181.                 <panel height="*" width="*" align="center" childLayout="horizontal">
  182.                     <panel height="700px" width="100px" align="left" childLayout="vertical">
  183.                         <text style="nifty-label" text="Free camera speed" align="center" />
  184.  
  185.                     </panel>
  186.                     <panel height="700px" width="300px" align="center" childLayout="vertical">
  187.                         <control id="free_camera_speed" name="textfield" align="center" width="120px" text="500"></control>
  188.                     </panel>
  189.                 </panel>
  190.  
  191.                 <control id="apply_button" name="button" label="Apply" align="center" width="200px">
  192.                     <interact onClick="applyGraphicsSettings()" />
  193.                 </control>
  194.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  195.                     <interact onClick="gotoMenu(settings)" />
  196.                 </control>
  197.             </panel>
  198.         </layer>
  199.     </screen>
  200.  
  201.     <screen id="join_server" controller="arkhados.ClientMain">
  202.         <layer childLayout="horizontal">            
  203.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  204.         </layer>
  205.         <layer childLayout="center">
  206.             <panel height="400px" width="350px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  207.                 <effect>
  208.                     <onStartScreen  name="fade" startColor="#0000" endColor="#000f" length="500"/>
  209.                     <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true"/>
  210.                 </effect>
  211.                 <text style="nifty-label" text="Join server" >
  212.                     <effect>
  213.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="500" startDelay="250"/>
  214.                     </effect>
  215.                 </text>
  216.                 <text style="nifty-label" text=""/>
  217.                 <image align="center" valign="center" filename="Interface/Images/JoinIcon.png" >
  218.                     <effect>
  219.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="1500" startDelay="250"/>
  220.                     </effect>
  221.                 </image>
  222.                 <text style="nifty-label" text="Address"/>
  223.                 <control id="server_ip" name="textfield" align="center" valign="center" width="60%" text="localhost">
  224.                 </control>
  225.                 <text style="nifty-label" text="Port:"/>
  226.                 <control id="server_port" name="textfield" align="center" valign="center" width="60%" text="12345">
  227.                 </control>
  228.                 <text style="nifty-label" text=""/>
  229.                 <text style="nifty-label" text="Enter nickname" valign="center"/>
  230.                 <control id="username_text" name="textfield" align="center" valign="center" width="60%">
  231.                 </control>
  232.                 <text style="nifty-label" text=""/>
  233.                 <control id="start_button" name="button" label="Start Game" align="center">
  234.                     <interact onClick="connect()"/>
  235.                     <effect>
  236.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="500" startDelay="250"/>
  237.                     </effect>
  238.                 </control>
  239.  
  240.                 <text style="nifty-label" text=""/>
  241.                 <text id="status_text" font="aurulent-sans-16.fnt" color="#ffff" text="" align="center" valign="center" >
  242.                     <effect>
  243.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="1500" startDelay="250"/>
  244.                     </effect>
  245.                 </text>
  246.                 <text style="nifty-label" text=""/>
  247.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  248.                     <interact onClick="gotoMenu(main_menu)" />
  249.                     <effect>
  250.                         <onStartScreen name="fade" startColor="#0000" endColor="#000f" length="1500" startDelay="250"/>
  251.                     </effect>
  252.                 </control>
  253.             </panel>
  254.         </layer>
  255.     </screen>
  256.  
  257.     <screen id="lobby" controller="arkhados.ClientMain">
  258.         <layer childLayout="horizontal">            
  259.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  260.         </layer>
  261.         <layer childLayout="vertical">
  262.             <panel childLayout="horizontal" height="50%">
  263.                 <panel id="players_panel" height="100%" width="320px" valign="center" style="nifty-panel" childLayout="vertical">
  264.                     <text style="nifty-label" text="Players" valign="center"/>
  265.                     <panel childLayout="horizontal">
  266.                         <control selectionMode="Disabled"
  267.                                 id="players_list" name="listBox"
  268.                                 horizontal="false" width="*" displayItems="6"
  269.                                 childLayout="vertical" visibleToMouse="false">
  270.  
  271.                         </control>
  272.                     </panel>
  273.                 </panel>
  274.                 <panel id="maps_panel" height="100%" width="300px" valign="center" style="nifty-panel" childLayout="vertical">
  275.                     <text style="nifty-label" text="" valign="center"/>
  276.                     <control id="select_hero_button" name="button" label="Select hero" align="center">
  277.                         <interact onClick="gotoMenu(hero_selection)"/>
  278.                     </control>
  279.                     <control id="start_server_button" name="button" label="Start Game" align="center">
  280.                         <interact onClick="sendStartGameRequest()"/>
  281.                     </control>
  282.                 </panel>
  283.                 <effect>
  284.                     <onStartScreen name="move" mode="in" direction="top" length="200" startDelay="0" inherit="true"/>
  285.                     <onEndScreen name="move" mode="out" direction="bottom" length="200" startDelay="0" inherit="true"/>
  286.                 </effect>
  287.             </panel>
  288.             <panel id="bottom_panel" childLayout="horizontal" style="nifty-panel" height="*">
  289.                 <panel id="chat_panel" childLayout="vertical">
  290.                     <control id="chat_list" name="listBox" horizontal="false" height="*" displayItems="10" childLayout="vertical" visibleToMouse="true">
  291.  
  292.                     </control>
  293.                     <panel id="chat_bottom_bar" childLayout="horizontal">
  294.                         <control id="chat_text" name="textfield" valign="center">
  295.                             <interact onEnter="sendChat()"/>
  296.                         </control>
  297.                         <control id="send_button" name="button" label="send" valign="center">
  298.                             <interact onClick="sendChat()"/>
  299.                         </control>
  300.                     </panel>
  301.                 </panel>
  302.                 <effect>
  303.                     <onStartScreen name="move" mode="in" direction="top" length="300" startDelay="0" inherit="true"/>
  304.                     <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true"/>
  305.                 </effect>
  306.             </panel>
  307.         </layer>
  308.     </screen>
  309.  
  310.     <screen id="hero_selection" controller="arkhados.ClientMain">
  311.         <layer childLayout="center">
  312.             <panel align="center" valign="center" style="nifty-panel" childLayout="vertical">
  313.                 <effect>
  314.                     <onStartScreen name="move" mode="in" direction="top" length="300" startDelay="0" inherit="true" />
  315.                     <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true" />
  316.                 </effect>
  317.                 <text style="nifty-label" text="Select your hero" />
  318.                 <text style="nifty-label" text="" />
  319.  
  320.                 <panel childLayout="horizontal">
  321.                     <panel childLayout="vertical" >
  322.                         <text style="nifty-label" text="Ranged" />
  323.                         <control id="embermage" name="button" label="Embermage">
  324.                             <interact onClick="selectHero(EmberMage)" />
  325.                         </control>
  326.                         <control id="elitesoldier" name="button" label="Elite Soldier">
  327.                             <interact onClick="selectHero(EliteSoldier)" />
  328.                         </control>
  329.                     </panel>
  330.                     <panel childLayout="vertical" >
  331.                         <text style="nifty-label" text="Melee" />
  332.                         <control id="venator" name="button" label="Venator">
  333.                             <interact onClick="selectHero(Venator)" />
  334.                         </control>
  335.                     </panel>
  336.                     <panel childLayout="vertical" >
  337.                         <text style="nifty-label" text="Tank" />
  338.                         <control id="rockgolem" name="button" label="Rock Golem">
  339.                             <interact onClick="selectHero(RockGolem)" />
  340.                         </control>
  341.                     </panel>
  342.                 </panel>
  343.                 <text style="nifty-label" text="" />
  344.                 <control id="back" name="button" label="Back">
  345.                     <interact onClick="gotoMenu(lobby)" />
  346.                 </control>
  347.  
  348.             </panel>
  349.         </layer>
  350.     </screen>
  351.  
  352.     <screen id="load_level" controller="arkhados.ClientMain">
  353.         <layer childLayout="center">
  354.             <panel height="140px" width="350px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  355.                 <effect>
  356.                     <onStartScreen name="move" mode="in" direction="top" length="300" startDelay="0" inherit="true"/>
  357.                     <onEndScreen name="move" mode="out" direction="bottom" length="300" startDelay="0" inherit="true"/>
  358.                 </effect>
  359.                 <text style="nifty-label" text="Loading Level" />
  360.                 <text style="nifty-label" text=""/>
  361.                 <text id="status_text" font="aurulent-sans-16.fnt" color="#ffff" text="Loading..." align="center" valign="center" />
  362.             </panel>
  363.         </layer>
  364.     </screen>
  365.    
  366.     <screen id="default_hud" controller="arkhados.ui.hud.ClientHudManager">
  367.         <layer id="bars" childLayout="vertical" valign="bottom">
  368.             <panel id="hud_panels" height="100%" childLayout="vertical" align="center">
  369.                 <panel id="panel_top" height="0px" valign="top"></panel>
  370.                 <panel id="middle" height="*" valign="top" childLayout="horizontal">
  371.                     <panel id="panel_left" width="450px" height="*" align="left" childLayout="vertical">
  372.                         <panel height="40%" align="left"></panel>
  373.                         <panel id="messages" marginLeft="5px" width="450px" height="*" align="left" childLayout="vertical">                            
  374.                         </panel>
  375.                        
  376.                     </panel>
  377.                     <panel id="game_area" width="*" height="*" align="center"></panel>
  378.                     <panel id="panel_right" width="100px" height="*" childLayout="vertical"
  379.                           margin="20px,20px,0px,0px">
  380.                     </panel>
  381.                 </panel>
  382.                 <panel id="panel_bottom" childLayout="vertical" width="512px"  height="140px" align="center" valign="bottom">
  383.                     <panel id="panel_buffs" childLayout="horizontal" width="512px"  height="60px" align="center" valign="top"
  384.                           paddingLeft="10px">
  385.                     </panel>
  386.                     <panel id="panel_spells" childLayout="horizontal" width="512px"  height="90px" align="center" valign="bottom"
  387.                           margin="6px,0px,0px,12px" paddingLeft="10px" backgroundImage="Interface/Images/SpellBar.png">                        
  388.                     </panel>
  389.                 </panel>
  390.             </panel>
  391.         </layer>
  392.         <layer id="layer_countdown" childLayout="center" valign="center">
  393.             <panel id="panel_countdown" valign="center" align="center" childLayout="absolute">
  394.                 <!--textLineHeight doesn't appear to be working :(-->
  395.                 <text id="text_countdown" style="nifty-label" text="" align="center" x="50%" y="30%" height="40px" width="40px" textLineHeight="30" />
  396.             </panel>
  397.         </layer>
  398.         <layer id="layer_statistics" childLayout="center" valign="center" visible="false">
  399.             <panel id="panel_statistics" valign="center" align="center" childLayout="vertical" style="nifty-panel" width="700px" height="500px">
  400.                 <panel valign="top" align="left" childLayout="horizontal">
  401.                     <!-- TODO: Replace labels with images -->
  402.                     <text style="nifty-label" text="Name" marginLeft="80px" width="70px" textHAlign="left" />
  403.                     <text style="nifty-label" text="Damage" marginLeft="80px" width="70px" textHAlign="left" />
  404.                     <text style="nifty-label" text="Restoration" marginLeft="80px" width="70px" textHAlign="left" />
  405.                     <text style="nifty-label" text="Kills" marginLeft="80px" width="70px" textHAlign="left" />
  406.                 </panel>                                    
  407.             </panel>
  408.         </layer>
  409.     </screen>
  410.    
  411.     <screen id="credits" controller="arkhados.ClientMain">
  412.         <layer childLayout="horizontal">            
  413.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  414.         </layer>
  415.         <layer childLayout="center">
  416.             <panel height="680px" width="600px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  417.                 <text style="nifty-label" font="Interface/Fonts/DejaVu-Serif-21.fnt" text="Programming" >
  418.                 </text>
  419.                 <text style="nifty-label" text=""/>
  420.                 <text style="nifty-label" text="William Linna (main programmer)" >
  421.                 </text>
  422.                 <text style="nifty-label" text="Teemu Salminen (contributions)" >
  423.                 </text>
  424.                 <text style="nifty-label" text=""/>
  425.                 <text style="nifty-label" font="Interface/Fonts/DejaVu-Serif-21.fnt" text="Design" >
  426.                 </text>
  427.                 <text style="nifty-label" text=""/>
  428.                 <text style="nifty-label" text="William Linna (main designer)" >
  429.                 </text>
  430.                 <text style="nifty-label" text="Allexit (contributions)" >
  431.                 </text>
  432.                 <text style="nifty-label" text=""/>
  433.                 <text style="nifty-label" font="Interface/Fonts/DejaVu-Serif-21.fnt" text="Sound and Graphics" >
  434.                 </text>
  435.                 <text style="nifty-label" text=""/>
  436.                 <text style="nifty-label" text="William Linna (sound effects editing)" >
  437.                 </text>
  438.                 <text style="nifty-label" text="Teemu Salminen (sound effects and mucic editing)" >
  439.                 </text>
  440.                 <text style="nifty-label" text="Antti Saari (announcer voices)" >
  441.                 </text>
  442.                 <text style="nifty-label" text="Kimmo Näveri (Arkhados logo)" >
  443.                 </text>
  444.                 <text style="nifty-label" text=""/>
  445.                 <text style="nifty-label" font="Interface/Fonts/DejaVu-Serif-21.fnt" text="Early phase testing" >
  446.                 </text>
  447.                 <text style="nifty-label" text=""/>
  448.                 <text style="nifty-label" text="William Linna" >
  449.                 </text>
  450.                 <text style="nifty-label" text="Allexit" >
  451.                 </text>
  452.                 <text style="nifty-label" text="Teemu Salminen" >
  453.                 </text>
  454.                 <text style="nifty-label" text="Otto Tuominen" >
  455.                 </text>
  456.                 <text style="nifty-label" text="Iivari Sassi" >
  457.                 </text>
  458.                 <text style="nifty-label" text="Oskari Saari" >
  459.                 </text>
  460.                 <text style="nifty-label" text="Ilkka Wirkkala" >
  461.                 </text>
  462.                 <text style="nifty-label" text=""/>
  463.                 <text style="nifty-label" text="(Full credits at https://github.com/dnyarri/Arkhados/blob/master/CREDITS.md)" >
  464.                 </text>
  465.                 <text style="nifty-label" text=""/>
  466.                 <control id="next_button" name="button" label="--->" align="center" width="200px">
  467.                     <interact onClick="gotoMenu(credits2)" />
  468.                 </control>
  469.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  470.                     <interact onClick="gotoMenu(main_menu)" />
  471.                 </control>
  472.             </panel>
  473.         </layer>
  474.     </screen>
  475.    
  476.     <screen id="credits2" controller="arkhados.ClientMain">
  477.         <layer childLayout="horizontal">            
  478.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  479.         </layer>
  480.         <layer childLayout="center">
  481.             <panel height="680px" width="600px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  482.                 <text style="nifty-label" font="Interface/Fonts/DejaVu-Serif-21.fnt" text="Also thanks to" >
  483.                 </text>
  484.                 <text style="nifty-label" text=""/>
  485.                 <control name="credits_panel" who="MonkeyZone" for="example multiplayer game" />
  486.                 <control name="credits_panel" who="Clement Wu, Nikolaus and Botanic" for="Mage model" />
  487.                 <control name="credits_panel" who="Dennis Rodriguez (ThetankOmeter)" for="Venator model" />
  488.                 <control name="credits_panel" who="hendori-sama, umask007 and Dm3d" for="Rock Golem model" />
  489.                 <control name="credits_panel" who="wopr2012" for="Elite Soldier model" />
  490.                 <control name="credits_panel" who="izuzf" for="Spirit Stone model" />
  491.                 <control name="credits_panel" who="OliverHM" for="Sealing Boulder model" />
  492.                 <control name="credits_panel" who="Dakal and Saroman" for="Ember Circle texture" />
  493.                 <control name="credits_panel" who="StrumpyStrust" for="Spell Bar UI" />
  494.                 <control name="credits_panel" who="Horrorpen" for="skull icon" />
  495.                 <control name="credits_panel" who="J. W. Bjerk (eleazzaar)" for="spell icons" />
  496.                 <control name="credits_panel" who="Paulius Jurgelevičius" for="spell icons" />
  497.                 <panel childLayout="horizontal">
  498.                     <panel childLayout="vertical">
  499.                         <text style="nifty-label" width="*" text="Warlock Gauntlet's artists, rAum, jackFlower," >
  500.                         </text>
  501.                         <text style="nifty-label" width="*" text="DrZoliparia and Neil2D" >
  502.                         </text>
  503.                     </panel>
  504.                     <text style="nifty-label" width="1%" text="" >
  505.                     </text>
  506.                     <text style="nifty-label" width="*" text="spell icons" >
  507.                     </text>
  508.                 </panel>
  509.                 <control name="credits_panel" who="Lorc" for='"Crossed Axes" icon' />
  510.                 <control name="credits_panel" who="Skorpio" for="LavaArena tileset" />
  511.                 <control name="credits_panel" who="djonvincent" for="wall model" />
  512.                 <control name="credits_panel" who="[Ancient Beast]-project and Gergő Soós" for="Rocket Jump icon" />
  513.                 <control name="credits_panel" who="Blender Foundation" for="Meteor explosion sound" />
  514.                 <control name="credits_panel" who="TheGoat" for="Venator's dagger" />
  515.                 <control name="credits_panel" who="ReadeOnly" for="Fireball explosion sound" />
  516.                 <control name="credits_panel" who="lensflare8642" for="Shotgun sound" />
  517.                 <control name="credits_panel" who="Ogrebane" for="sound effects" />
  518.                 <control name="credits_panel" who="thebardofblashphemy" for="pain sounds" />
  519.                 <text style="nifty-label" text=""/>
  520.                 <text style="nifty-label" text="(Full credits at https://github.com/dnyarri/Arkhados/blob/master/CREDITS.md)" >
  521.                 </text>
  522.                 <text style="nifty-label" text=""/>
  523.                 <panel childLayout="horizontal" align="center">            
  524.                     <control id="previous_button" name="button" label="&lt;---" align="center" width="200px">
  525.                         <interact onClick="gotoMenu(credits)" />
  526.                     </control>
  527.                     <control id="next_button" name="button" label="--->" align="center" width="200px">
  528.                         <interact onClick="gotoMenu(credits3)" />
  529.                     </control>
  530.                 </panel>
  531.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  532.                     <interact onClick="gotoMenu(main_menu)" />
  533.                 </control>
  534.             </panel>
  535.         </layer>
  536.     </screen>
  537.    
  538.     <screen id="credits3" controller="arkhados.ClientMain">
  539.         <layer childLayout="horizontal">            
  540.             <panel width="100%" height="100%" backgroundImage="Interface/Images/Background.png"></panel>
  541.         </layer>
  542.         <layer childLayout="center">
  543.             <panel height="680px" width="600px" align="center" valign="center" style="nifty-panel" childLayout="vertical">
  544.                 <text style="nifty-label" font="Interface/Fonts/DejaVu-Serif-21.fnt" text="Also thanks to (continued)" >
  545.                 </text>
  546.                 <text style="nifty-label" text=""/>
  547.                 <control name="credits_panel" who="Marcus Dellicompagni" for="Feral Scream sound" />
  548.                 <control name="credits_panel" who="spookymodem" for="sound effects" />
  549.                 <control name="credits_panel" who="midimagician" for="Ember Circle sound" />
  550.                 <control name="credits_panel" who="Mike Koenig (SoundBible)" for="Shotgun reload sound" />
  551.                 <control name="credits_panel" who="nthompson" for="Earthquake sound effect" />
  552.                 <control name="credits_panel" who="Kirat" for="Survival Instinct sound" />
  553.                 <control name="credits_panel" who="KibblesBob" for="Rocket Launcher sound" />
  554.                 <control name="credits_panel" who="[Joe Reynolds – Professorlamp]" for="Carmack (music)" />
  555.                 <control name="credits_panel" who="Android128" for="Electric Quake (music)" />
  556.                 <control name="credits_panel" who="Alexandr Zhelanov" for="multiple soundtracks" />
  557.                 <control name="credits_panel" who="Matthew Pablo" for="The Dark Amulet (music)" />
  558.                 <control name="credits_panel" who="Grégoire Lourme" for="multiple soundtracks" />
  559.                 <control name="credits_panel" who="Kondi" for="multiple soundtracks" />
  560.                 <control name="credits_panel" who="Michael Baradari" for="sound effects" />
  561.                 <control name="credits_panel" who="uagadugu" for="Rock Golem pain sound" />
  562.                 <control name="credits_panel" who="Olivier Girardot" for="Dwarves Gathering (music)" />
  563.                 <control name="credits_panel" who="lolamadeus" for="Petrify sound" />
  564.                 <control name="credits_panel" who="Independent.nu" for="Deep Wounds sound" />
  565.                 <text style="nifty-label" text=""/>
  566.                 <text style="nifty-label" text=""/>
  567.                 <text style="nifty-label" text=""/>
  568.                 <text style="nifty-label" text=""/>
  569.                 <text style="nifty-label" text=""/>
  570.                 <text style="nifty-label" text=""/>
  571.                 <text style="nifty-label" text=""/>
  572.                 <text style="nifty-label" text="(Full credits at https://github.com/dnyarri/Arkhados/blob/master/CREDITS.md)" >
  573.                 </text>
  574.                 <text style="nifty-label" text=""/>
  575.                 <control id="previous_button" name="button" label="&lt;---" align="center" width="200px">
  576.                     <interact onClick="gotoMenu(credits2)" />
  577.                 </control>
  578.                 <control id="exit_button" name="button" label="Back" align="center" width="200px">
  579.                     <interact onClick="gotoMenu(main_menu)" />
  580.                 </control>
  581.             </panel>
  582.         </layer>
  583.     </screen>
  584. </nifty>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement