Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5411


Ignore:
Timestamp:
Mar 16, 2009, 2:02:28 AM (15 years ago)
Author:
landauf
Message:

temporary hack to load the default overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/overlay/debug.oxo

    r5325 r5411  
    4242 
    4343</OverlayGroup>
     44
     45<Template name="defaultHUD">
     46  <OverlayGroup name = "chatoverlay" scale = "1, 1">
     47    <ChatOverlay
     48     name     = "chat"
     49     position = "0.03, 0.5"
     50     font     = "VeraMono"
     51     caption  = ""
     52     textsize = 0.025
     53    />
     54
     55    <GametypeStatus
     56     name     = "state"
     57     position = "0.5, 0.85"
     58     font     = "VeraMono"
     59     textsize = 0.05
     60     colour   = "1.0, 1.0, 0.0, 0.8"
     61     align    = "center"
     62    />
     63
     64    <NotificationQueue
     65     name     = "notification"
     66     position = "0.55, 0.05"
     67     font     = "VeraMono"
     68     textsize = 0.020
     69     length   = 3
     70     width    = 50
     71    />
     72  </OverlayGroup>
     73</Template>
Note: See TracChangeset for help on using the changeset viewer.