Changeset 4221
- Timestamp:
- Jul 27, 2006, 1:35:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/valley/worlds/mp_valley.oxw
r4214 r4221 10 10 <BarImage>pictures/load_screens/default_bar.png</BarImage> 11 11 </LoadScreen> 12 13 14 <ScriptManager> 15 16 <Scripts> 17 18 <Script> 19 <file>weather.lua</file> 20 </Script> 21 22 </Scripts> 23 24 </ScriptManager> 25 26 27 <AtmosphericEngine> 28 <WeatherEffect> 29 30 <FogEffect> 31 <name>fog</name> 32 <color>0.2, 0.3, 0.3</color> 33 <range>0, 500</range> 34 </FogEffect> 35 36 <RainEffect> 37 <name>rain</name> 38 <option>moverain</option> 39 </RainEffect> 40 41 <SnowEffect> 42 <name>snow</name> 43 <option>movesnow</option> 44 </SnowEffect> 45 46 <LightningEffect> 47 <name>lightning</name> 48 <coord>1500, 500, 400</coord> 49 <size>400,300, 50, 50</size> 50 </LightningEffect> 51 52 <CloudEffect> 53 <name>cloud</name> 54 <planetRadius>2000</planetRadius> 55 <atmosphericRadius>4000</atmosphericRadius> 56 <divisions>20</divisions> 57 </CloudEffect> 58 59 </WeatherEffect> 60 </AtmosphericEngine> 12 61 13 62
Note: See TracChangeset
for help on using the changeset viewer.