Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5410


Ignore:
Timestamp:
Mar 13, 2009, 3:50:21 PM (15 years ago)
Author:
dafrick
Message:

Adjusted some levelfiles to the new Notifications.

Location:
data/media/levels
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/hudtemplates3.oxw

    r5383 r5410  
    1616     colour   = "1.0, 1.0, 0.0, 0.8"
    1717     align    = "center"
    18     />
    19 
    20     <NotificationQueue
    21      name     = "notification"
    22      position = "0.55, 0.05"
    23      font     = "VeraMono"
    24      textsize = 0.020
    25      length   = 3
    26      width    = 50
    2718    />
    2819  </OverlayGroup>
  • data/media/levels/princessaeryn.oxw

    r5383 r5410  
    88        dofile("../../media/levels/CuboidSpaceStation.lua")
    99?>
     10
     11<NotificationQueue
     12        name  = "notification"
     13        position = "1.0, 1.0"
     14        targets = "questsystem"
     15/>
    1016
    1117<Level
  • data/media/levels/questsystem.oxw

    r5326 r5410  
    11<?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")
    75?>
    86
    97<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/>
    1712
    1813<Level
     
    3429        </GlobalQuest>
    3530       
    36         <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
    37             <events>
    38                 <spawn>
    39                     <EventTrigger delay=1>
    40                         <events>
    41                             <trigger>
    42                                 <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
    43                             </trigger>
    44                         </events>
    45                     </EventTrigger>
    46                 </spawn>
    47             </events>
    48         </ParticleSpawner>
     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>
    4944
    5045        <QuestEffectBeacon position="0,0,100" times=-1>
Note: See TracChangeset for help on using the changeset viewer.