Changeset 9134 for code/branches/newlevel2012/data/levels
- Timestamp:
- Apr 29, 2012, 11:06:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/data/levels/towerDefense.oxw
r9133 r9134 36 36 37 37 <!-- Loads the playfield mesh --> 38 <!-- TODO: why don't you add Playfield_ME.mesh to the data repository ? : /orxonox/data_extern/models -->39 40 38 <Template name=playfield> 41 39 <Pawn camerapositiontemplate=playfieldcameras> … … 46 44 </Template> 47 45 48 49 50 46 <!-- Template for a tower --> 47 <Template name=towertemplate> 48 <Tower> 49 <attached> 50 <Model position="15,0,0" mesh="crate.mesh" scale=1 /> 51 </attached> 52 </Tower> 53 </Template> 51 54 52 55 <Level gametype = "TowerDefense"> … … 68 71 <SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=Pawn pawndesign=playfield /> 69 72 70 <!--SpawnPoint team=1 position="0,0, 30" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /-->73 <!--SpawnPoint team=1 position="0,0,10" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /--> 71 74 72 75 … … 89 92 90 93 91 <StaticEntity position="0,0,0" direction="1,0,0" collistionType=static mass=100000> 94 <!-- PlayField --> 95 <TowerDefenseCenterpoint 96 name=towerdefensecenter 97 width=16 98 height=16 99 towerTemplate=towertemplate 100 position="0,0,0" 101 direction="1,0,0" 102 collistionType=static 103 mass=100000> 92 104 <attached> 93 105 <Model position="0,0,0" orientation="1,1,1,1" mesh="Playfield_ME.mesh" scale3D="1,1,1" /> 94 106 </attached> 95 </ StaticEntity>107 </TowerDefenseCenterpoint> 96 108 97 109 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.