Fix
[ryzomcore.git] / ryzom / client / data / gamedev / interfaces_v3 / r2ed_connect.xml
blobefdae02e4343ae8ce6a39a6b324305e0deb1d2f6
1 <interface_config>
3 <root id="interface" x="0" y="0" w="800" h="600" active="true" />
6 <proc id="r2ed_proc_con_quit" >
7         <action handler="play_sound" params="name=charsel_quit_click" />
8         <action handler="quit_ryzom" />
9 </proc>
12 <proc id="r2ed_proc_startall_connect" >
13         <action handler="anim_start" params="anim=r2ed_anim_connection_intro" />
14 </proc>
17 <group id="r2ed_connecting" posref="TL TL" w="0" h="0" sizeref="wh" on_active="proc" on_active_params="r2ed_proc_startall_connect" >
18         
20         
21         <!-- Quit Button -->
22         <ctrl style="valid_txt_button" id="finish_but" posref="BR BR" x="-40" y="130" hardtext="uiQuit"
23                                         onover="play_sound" params_over="name=charsel_quit_over"
24                                         onclick_l="quit_ryzom_now" params_l=""/>
26         <view type="text" id="title" global_color="false" posref="MM MM" y="24" hardtext="uiConnecting" fontsize="20"/>
28         
29         <!-- BLACK SCREEN FADE -->      
30         <view type="bitmap" id="black_screen" posref="TL TL" x="0" y="0" render_layer="4" texture="blank.tga"
31                 color="0 0 0 255" sizeref="wh" scale="true" global_color="false" />             
32 </group>
34 <tree node="r2ed_connecting">
35 </tree>
39 <!-- ANIMATIONS -->
40 <anim id="r2ed_anim_connection_intro" duration="1.0"  disable_buttons="true" on_finish="" on_finish_params="" >
41         <track type="linear" target="ui:interface:r2ed_connecting:black_screen:alpha" >
42                 <key time="0.0" value="255" />
43                 <key time="1.0" value="0" />
44         </track>
45 </anim>
49 </interface_config>