Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2013, 10:02:24 PM (11 years ago)
Author:
jo
Message:

Adding a countdown to the SpaceFight Level.

Location:
code/branches/levelMichael/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/levelMichael/data/levels/Spacefight.oxw

    r9849 r9870  
    6262
    6363 <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
     64 <OverlayGroup name="spacefightHUD" scale = "1, 1">
     65 <CountDown
     66     position  = "0.49, 0.05"
     67     pickpoint = "0.0, 0.0"
     68     font      = "ShareTechMono"
     69     textsize  = 0.06
     70     colour    = "1.0, 1.0, 1.0, 1.0"
     71     align     = "right"                 
     72     counter   = "10.0"
     73     active    = "false"
     74  >
     75      <events>
     76          <activity>
     77              <EventListener event="spawntrigger2" />
     78          </activity>
     79      </events>
     80 </CountDown>
     81 </OverlayGroup>
    6482
    6583<!-- SPAWNTRIGGER -->
  • code/branches/levelMichael/data/levels/quests.oxw

    r9016 r9870  
     1<!-- -->
    12<LevelInfo
    23 name = "Quests showcase"
Note: See TracChangeset for help on using the changeset viewer.