Changeset 6306 for code/branches/presentation2/data/levels/templates
- Timestamp:
- Dec 9, 2009, 9:36:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/levels/templates/spaceship_HXY.oxt
r6299 r6306 1 1 <Template name=spaceshipHXY> 2 2 <SpaceShip 3 hudtemplate = spaceshiphud4 3 camerapositiontemplate = spaceshipHXYcameras 5 4 engine = spaceshipHXYengine … … 34 33 35 34 <?lua 36 include("includes/weaponsettings_ pirate.oxi")35 include("includes/weaponsettings_HXY.oxi") 37 36 ?> 38 37 </SpaceShip> … … 75 74 </EffectContainer> 76 75 <EffectContainer condition="normal or boost"> 77 <Backlight mainstate=activity active=false scale=0.4 name=bltest position=" 2, 0, 20" colour=" 0.2, 0.65, 1.0, 1.0" width=15length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" />78 <Backlight mainstate=activity active=false scale=0.4 name=bltest position="-2, 0, 20" colour=" 0.2, 0.65, 1.0, 1.0" width=15length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" />76 <Backlight mainstate=activity active=false scale=0.4 name=bltest position=" 2, 0, 20" colour="1, 0.7, 0.1, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 77 <Backlight mainstate=activity active=false scale=0.4 name=bltest position="-2, 0, 20" colour="1, 0.7, 0.1, 1.0" width=10 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 79 78 </EffectContainer> 80 79 <EffectContainer condition="boost"> 81 <Backlight mainstate=activity active=false scale=0.4 name=bltest position=" 2, 0, 20" colour=" 0.6, 0.75, 0.8, 0.7" width=40length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" />82 <Backlight mainstate=activity active=false scale=0.4 name=bltest position="-2, 0, 20" colour=" 0.6, 0.75, 0.8, 0.7" width=40length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" />80 <Backlight mainstate=activity active=false scale=0.4 name=bltest position=" 2, 0, 20" colour="1, 0.7, 0.1, 0.7" width=25 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> 81 <Backlight mainstate=activity active=false scale=0.4 name=bltest position="-2, 0, 20" colour="1, 0.7, 0.1, 0.7" width=25 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" /> 83 82 </EffectContainer> 84 83 <EffectContainer condition="brake">
Note: See TracChangeset
for help on using the changeset viewer.