Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Adding a countdown to the SpaceFight Level.

File:
1 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 -->
Note: See TracChangeset for help on using the changeset viewer.