Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2009, 2:00:03 AM (15 years ago)
Author:
landauf
Message:

Added gameplay messages to the HUD

File:
1 edited

Legend:

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

    r5508 r5567  
    4646    <ChatOverlay
    4747     name     = "chat"
    48      position = "0.03, 0.5"
     48     position = "0.03, 0.03"
    4949     font     = "VeraMono"
    5050     caption  = ""
    5151     textsize = 0.025
     52    />
     53
     54    <KillMessage
     55     name     = "killmessage"
     56     position = "0.5, 0.15"
     57     font     = "VeraMono"
     58     textsize = 0.035
     59     colour   = "1.0, 1.0, 0.5, 1.0"
     60     align    = "center"
     61    />
     62
     63    <DeathMessage
     64     name     = "deathmessage"
     65     position = "0.5, 0.20"
     66     font     = "VeraMono"
     67     textsize = 0.035
     68     colour   = "1.0, 0.3, 0.3, 1.0"
     69     align    = "center"
     70    />
     71
     72    <AnnounceMessage
     73     name     = "announcemessage"
     74     position = "0.5, 0.75"
     75     font     = "VeraMono"
     76     textsize = 0.05
     77     colour   = "0.5, 0.5, 1.0, 1.0"
     78     align    = "center"
    5279    />
    5380
Note: See TracChangeset for help on using the changeset viewer.