Changeset 5410
- Timestamp:
- Mar 13, 2009, 3:50:21 PM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/hudtemplates3.oxw
r5383 r5410 16 16 colour = "1.0, 1.0, 0.0, 0.8" 17 17 align = "center" 18 />19 20 <NotificationQueue21 name = "notification"22 position = "0.55, 0.05"23 font = "VeraMono"24 textsize = 0.02025 length = 326 width = 5027 18 /> 28 19 </OverlayGroup> -
data/media/levels/princessaeryn.oxw
r5383 r5410 8 8 dofile("../../media/levels/CuboidSpaceStation.lua") 9 9 ?> 10 11 <NotificationQueue 12 name = "notification" 13 position = "1.0, 1.0" 14 targets = "questsystem" 15 /> 10 16 11 17 <Level -
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.