Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2013, 8:46:18 PM (10 years ago)
Author:
jo
Message:

Making the countdown speed configurable.

File:
1 edited

Legend:

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

    r9870 r9872  
    6464 <OverlayGroup name="spacefightHUD" scale = "1, 1">
    6565 <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"
     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     speedfactor = "2.0"
     74     active      = "false"
    7475  >
    7576      <events>
Note: See TracChangeset for help on using the changeset viewer.