<?xml version="1.0" encoding="UTF-8" ?>

<PropertyList>

<path>LIMC_CargoCity.ac</path>

<animation>
 <type>material</type>
 <object-name>cargocity</object-name>
 <condition>
  <greater-than>
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>
  <red>1</red>
  <green>1</green>
  <blue>1</blue>
 </emission>
  <texture>LIMC_CargoCity_N.png</texture>
</animation>

<animation>
 <type>material</type>
 <object-name>parking</object-name>
 <condition>
  <greater-than>
   <property>/sim/time/sun-angle-rad</property>
   <value>1.57</value>
  </greater-than>
 </condition>
 <emission>
  <red>1</red>
  <green>1</green>
  <blue>1</blue>
 </emission>
  <texture>LIMC_CargoCity_parking_N.png</texture>
</animation>


</PropertyList>
