Changeset 5410 for data/media/levels/questsystem.oxw
- Timestamp:
- Mar 13, 2009, 3:50:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/questsystem.oxw
r5326 r5410 1 1 <?lua 2 include("levels/hudtemplates.oxw") 3 ?> 4 5 <?lua 6 include("levels/spaceshiptemplates.oxw") 2 include("levels/hudtemplates3.oxw") 3 include("overlay/stats.oxo") 4 include("levels/spaceshiptemplates_presentation.oxw") 7 5 ?> 8 6 9 7 <NotificationQueue 10 name = "notification" 11 position = "0.03, 0.5" 12 font = "VeraMono" 13 textSize = 0.020 14 length = 3 15 width = 50 16 /> 8 name = "notification" 9 position = "1.0, 1.0" 10 targets = "all" 11 /> 17 12 18 13 <Level … … 34 29 </GlobalQuest> 35 30 36 37 38 39 40 41 42 43 44 45 46 47 48 31 <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0> 32 <events> 33 <spawn> 34 <EventTrigger delay=1> 35 <events> 36 <trigger> 37 <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> 38 </trigger> 39 </events> 40 </EventTrigger> 41 </spawn> 42 </events> 43 </ParticleSpawner> 49 44 50 45 <QuestEffectBeacon position="0,0,100" times=-1>
Note: See TracChangeset
for help on using the changeset viewer.