- Timestamp:
- Apr 20, 2012, 4:40:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/data/levels/towerDefense.oxw
r9106 r9108 14 14 <!-- Specify the position of the camera --> 15 15 <Template name=playfieldcameras defaults=0> 16 < PongBat>16 <MovableEntity> 17 17 <camerapositions> 18 18 <CameraPosition position="0,30,0" pitch=-90 absolute=true /> 19 19 </camerapositions> 20 </ PongBat>20 </MovableEntity> 21 21 </Template> 22 22 23 23 <!-- Loads the playfield mesh --> 24 24 <Template name=playfield> 25 < PongBatcamerapositiontemplate=playfieldcameras>25 <MovableEntity camerapositiontemplate=playfieldcameras> 26 26 <attached> 27 27 <Model position="0,0,0" mesh="Playfield_ME.mesh" scale3D="10,10,10" /> 28 28 </attached> 29 </ PongBat>29 </MovableEntity> 30 30 </Template> 31 31
Note: See TracChangeset
for help on using the changeset viewer.