- Timestamp:
- Oct 24, 2016, 4:03:24 PM (8 years ago)
- Location:
- code/branches/QuestGuide_HS16/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/QuestGuide_HS16/data/levels/templates/spaceshipAssff.oxt
r11052 r11244 39 39 explosionSound = "sounds/Explosion2.ogg" 40 40 > 41 41 42 <engines> 42 43 <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipassffengine /> … … 47 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 /> 48 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 <Waypointarrow position="0,0,10" /> 49 51 </attached> 50 52 <collisionShapes> … … 66 68 <ExplosionPart mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" /> 67 69 </explosion> 70 71 68 72 <?lua 69 73 include("../includes/weaponSettingsAssff.oxi") -
code/branches/QuestGuide_HS16/data/levels/testStars.oxw
r9348 r11244 50 50 <ParticleEmitter position="-6000,0,9000" source="Orxonox/fog4" /> 51 51 <ParticleEmitter position="2000,-7000,-5963" source="Orxonox/fog3" /> 52 53 <Waypoint position="0,0,0" /> 54 <Waypoint position="100,0,0" /> 55 <Waypoint position="200,0,0" /> 56 <Waypoint position="300,0,0" /> 57 52 58 </Scene> 53 59 </Level>
Note: See TracChangeset
for help on using the changeset viewer.