Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3503


Ignore:
Timestamp:
Dec 20, 2005, 3:17:37 AM (18 years ago)
Author:
bensch
Message:

orxonox/data: and the snow may fall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/worlds/christmas.oxw

    r3502 r3503  
    7070<!-- NEW GROUND TURRET END -->
    7171
     72   <ParticleSystem>
     73     <name>SnowFlakeSystem</name>
     74     <type>sprite</type>
     75     <texture>snow_flake_01_32x32.png</texture>
     76     <max-count>4000</max-count>
     77     <life-span>10, 2</life-span>
     78     <radius>0.0, 5.0, 10.0</radius>
     79     <radius>0.2, 5.0, 10</radius>
     80     <radius>1.0, 5.0, 10</radius>
     81     <mass>0, 1.0, .3</mass>
     82     <color>0,1, 1, 1,.5</color>
     83     <color>.5, .6, .6, .6, .2</color>
     84     <color>1, .0, .0, .0, .0</color>
     85   </ParticleSystem>
     86   <ParticleEmitter>
     87    <name>SnowFlakeEmitter</name>
     88    <emission-direction>0,-1,0</emission-direction>
     89    <type>cube</type>
     90    <spread>3,.3</spread>
     91    <emission-velocity>150,50</emission-velocity>
     92    <size>40</size>
     93    <rate>400</rate>
     94    <rel-coor>500,500,6</rel-coor>
     95   </ParticleEmitter>
     96
     97
     98
    7299    <GroundTurret>
    73100      <abs-coor>1500,0,20</abs-coor>
     
    80107    </GroundTurret>
    81108  </WorldEntities>
    82     <LightManager>
     109
     110  <ParticleEngine>
     111   <connect>SnowFlakeEmitter, SnowFlakeSystem</connect>
     112  </ParticleEngine>
     113
     114  <LightManager>
    83115    <Lights>
    84116      <Light>
Note: See TracChangeset for help on using the changeset viewer.