Changeset 7641 for code/branches/lastmanstanding/data
- Timestamp:
- Nov 11, 2010, 5:16:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/data/levels/test_swallow.oxw
r7285 r7641 4 4 include("templates/spaceship_swallow.oxt") 5 5 include("templates/spaceship_pirate.oxt") 6 include("templates/lodinformation.oxt") 6 7 ?> 7 8 … … 11 12 12 13 > 14 15 <templates> 16 <Template link=lodtemplate_default /> 17 </templates> 18 13 19 <Scene 14 20 ambientlight = "0.5, 0.5, 0.5" … … 16 22 > 17 23 <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" /> 18 19 24 20 25 <SpawnPoint position="<?lua print(math.sin(1.5) *40000) ?>,<?lua print(math.cos(1.5) *40000) ?>,<?lua print(500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipswallow />
Note: See TracChangeset
for help on using the changeset viewer.