c5d298c263
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
34 lines
1 KiB
XML
34 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
<!-- General settings for all UK materials -->
|
|
<PropertyList>
|
|
<!-- Define the United Kingdom as a box with given latitude/longitude -->
|
|
<condition>
|
|
<and>
|
|
<equals>
|
|
<property>sim/startup/season</property>
|
|
<value>summer</value>
|
|
</equals>
|
|
<and>
|
|
<greater-than>
|
|
<property>position/longitude-deg</property>
|
|
<value>-20.0</value>
|
|
</greater-than>
|
|
<less-than-equals>
|
|
<property>position/longitude-deg</property>
|
|
<value>2.0</value>
|
|
</less-than-equals>
|
|
<greater-than-equals>
|
|
<property>position/latitude-deg</property>
|
|
<value>49.8</value>
|
|
</greater-than-equals>
|
|
</and>
|
|
</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>
|