Changeset 8597 for code/branches/presentation/data/levels
- Timestamp:
- May 26, 2011, 2:29:03 PM (13 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
/code/branches/steering merged: 8430-8431,8545,8595
- Property svn:mergeinfo changed
-
code/branches/presentation/data/levels/includes/weaponSettingsAssff.oxi
r8592 r8597 30 30 <Weapon> 31 31 <attached> 32 <Model mesh="stunweapon.mesh" pitch="180" roll="0" yaw="0" position="1.9,-.5,1" scale=".5"/> 33 <BlinkingBillboard position="1.9, -.5, -5.5" material="PE/lensflare" colour="0.128, 0.28, 1" amplitude=0.25 frequency=16 quadratic=0 /> 32 <Model mesh="LightningGun.mesh" pitch="103" roll="90" yaw="90" position="0,-1.35,0" /> 33 <Model mesh="LightningGun-s.mesh" pitch="103" roll="90" yaw="90" position="0.2,-1.35,0" /> 34 <Model mesh="hs-w01_reduced.mesh" roll="90" pitch="-104" yaw="-90" position="0,1.3,0.3" scale=0.6 /> 34 35 </attached> 35 36 <HsW01 mode=0 munitionpershot=0 delay=0 damage=3.14159 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" /> -
code/branches/presentation/data/levels/templates/spaceshipAssff.oxt
r8589 r8597 20 20 primaryThrust = 100 21 21 auxilaryThrust = 30 22 rotationThrust = 25 22 rotationThrust = 50 23 24 lift = 1; 25 stallSpeed = 220; 23 26 24 27 boostPower = 15 -
code/branches/presentation/data/levels/templates/spaceshipAssff2.oxt
r8593 r8597 18 18 reloadwaittime = 0.5 19 19 20 primaryThrust = 100; 21 auxilaryThrust = 30; 22 rotationThrust = 25; 20 primaryThrust = 100 21 auxilaryThrust = 30 22 rotationThrust = 50 23 24 lift = 1; 25 stallSpeed = 220; 23 26 24 27 boostPower = 10
Note: See TracChangeset
for help on using the changeset viewer.