1
0
Fork 0
fgdata/Materials/regions/european.xml
Vivian Meazza c5d298c263 Add United Kingdom region
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2013-02-16 09:22:29 +00:00

54 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!-- General settings for all European materials -->
<PropertyList>
<!-- Define Europe as a box with given latitude/longitude -->
<condition>
<and>
<equals>
<property>sim/startup/season</property>
<value>summer</value>
</equals>
<or>
<and>
<greater-than>
<property>position/longitude-deg</property>
<value>2.0</value>
</greater-than>
<less-than>
<property>position/longitude-deg</property>
<value>40.0</value>
</less-than>
<greater-than>
<property>position/latitude-deg</property>
<value>35.0</value>
</greater-than>
</and>
<and>
<greater-than>
<property>position/longitude-deg</property>
<value>-20.0</value>
</greater-than>
<less-than>
<property>position/longitude-deg</property>
<value>40.0</value>
</less-than>
<less-than>
<property>position/latitude-deg</property>
<value>49.8</value>
</less-than>
<greater-than>
<property>position/latitude-deg</property>
<value>35.0</value>
</greater-than>
</and>
</or>
</and>
</condition>
<!-- European buildings definitions. Notes that these will be used for -->
<!-- both towns and cities -->
<building-texture>Textures/buildings.png</building-texture>
<building-lightmap>Textures/buildings-lightmap.png</building-lightmap>
</PropertyList>