Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5572


Ignore:
Timestamp:
May 28, 2009, 5:39:27 AM (15 years ago)
Author:
landauf
Message:

added HUDs for TeamBaseMatch and UnderAttack

Location:
data/media
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/gametype_underattack.oxw

    r5549 r5572  
    22  include("overlay/hudtemplates3.oxo")
    33  include("overlay/stats.oxo")
     4  include("overlay/underattackhud.oxo")
    45  include("levels/templates/spaceship_assff.oxt")
    56?>
  • data/media/levels/teambasematchlevel.oxw

    r5570 r5572  
    22  include("overlay/hudtemplates3.oxo")
    33  include("overlay/stats.oxo")
     4  include("overlay/teambasematchhud.oxo")
    45  include("levels/templates/spaceship_assff.oxt")
    56  include("levels/templates/spaceship_pirate.oxt")
  • data/media/overlay/debug.oxo

    r5567 r5572  
    1212   caption  = "Frames per second:"
    1313   textsize = 0.03
    14    textSize = 0.03
    1514  />
    1615
     
    2019   font     = "Monofur"
    2120   textsize = 0.03
    22    textSize = 0.03
    2321  />
    2422
     
    2927   caption  = "Tick time in ms: "
    3028   textsize = 0.03
    31    textSize = 0.03
    3229  />
    3330
     
    3734   font     = "Monofur"
    3835   textsize = 0.03
    39    textSize = 0.03
    4036  />
    4137 
     
    4642    <ChatOverlay
    4743     name     = "chat"
    48      position = "0.03, 0.03"
     44     position = "0.03, 0.08"
    4945     font     = "VeraMono"
    5046     caption  = ""
Note: See TracChangeset for help on using the changeset viewer.