1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<?xml version="1.0"?>
<menu>
<water value="true" height="3"/>
<rain value="true"/>
<fog value="true" density="0.025"/>
<camera>
<start-position x="5" y="10" z="40"/>
<root-position x="-9" y="11" z="10"/>
<about-position x="6" y="8.5" z="11"/>
<config-position x="4" y="17" z="0"/>
<info-position x="5" y="6" z="-5"/>
<new-game-position x="12" y="17" z="5"/>
<join-game-position x="14" y="15" z="5"/>
<scenario-position x="10" y="13" z="2"/>
<start-rotation x="0" y="0" z="0"/>
<root-rotation x="0" y="-40" z="0"/>
<about-rotation x="0" y="-80" z="0"/>
<config-rotation x="0" y="-5" z="0"/>
<info-rotation x="0" y="25" z="0"/>
<new-game-rotation x="0" y="10" z="0"/>
<join-game-rotation x="0" y="12" z="0"/>
<scenario-rotation x="0" y="-10" z="0"/>
</camera>
</menu>
|