Changeset 10031 for code/branches/turretFS14/data/levels/templates
- Timestamp:
- Apr 10, 2014, 4:06:03 PM (11 years ago)
- Location:
- code/branches/turretFS14/data/levels/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/turretFS14/data/levels/templates/spaceshipAssff.oxt
r9939 r10031 48 48 <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 /> 49 49 <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 /> 50 51 <Turret position="0,10,0" pitch="90" yaw="0" roll="0" maxPitch=90 maxYaw=90 attackRadius=2000> 52 <templates> 53 <Template link=spaceshipturrettest /> 54 </templates> 55 <controller> 56 <TurretController team=10 /> 57 </controller> 58 </Turret> 59 50 60 </attached> 51 61 <collisionShapes> -
code/branches/turretFS14/data/levels/templates/spaceshipTurretTest.oxt
r10021 r10031 2 2 <Turret position="0,0,0" collisionType="dynamic" angularDamping=0.999999 mass=100> 3 3 <attached> 4 <Model position="0,0,0" pitch=" 90" roll="0" mesh="turretHead.mesh" scale3D="10,10,10"/>4 <Model position="0,0,0" pitch="-90" roll="0" mesh="turretHead.mesh" scale3D="10,10,10"/> 5 5 </attached> 6 6 <collisionShapes>
Note: See TracChangeset
for help on using the changeset viewer.