Changeset 9301 for code/branches/presentation2012merge/data/levels
- Timestamp:
- Jun 16, 2012, 3:23:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/data/levels/surfaceRace.oxw
r9276 r9301 1 <!-- 2 TODO: 3 Replace bottom's texture. It just does not look good. 4 Pickups are not displayed properly. 5 --> 6 1 7 <LevelInfo 2 8 name = "Surface Race" 3 description = " just awesome"9 description = "Race on a planet's surface." 4 10 screenshot = "surfaceRace.png" 5 11 tags = "gametype" … … 17 23 18 24 <Level 19 gametype = SpaceRace25 gametype = SpaceRace 20 26 > 21 27 … … 33 39 hasPhysics = true 34 40 > 41 42 <?lua 43 include("includes/pickups.oxi") 44 ?> 35 45 36 46 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
Note: See TracChangeset
for help on using the changeset viewer.