Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5448


Ignore:
Timestamp:
Apr 2, 2009, 8:37:25 PM (15 years ago)
Author:
landauf
Message:

added HUD for Pong gametype

Location:
data/media
Files:
1 added
3 edited

Legend:

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

    r5410 r5448  
     1<!--
    12<Template name="defaultHUD">
    2   <OverlayGroup name = "chatoverlay" scale = "1, 1">
     3  <OverlayGroup name = "defaultHUD" scale = "1, 1">
    34    <ChatOverlay
    45     name     = "chat"
     
    1920  </OverlayGroup>
    2021</Template>
     22-->
    2123
    2224<Template name="spectatorhud">
     
    2628
    2729<Template name="spaceshiphud">
    28   <OverlayGroup name = "HUD" scale = "1, 1">
     30  <OverlayGroup name = "spaceshiphud" scale = "1, 1">
    2931    <HUDHealthBar
    3032     name              = "HealthBar1"
  • data/media/levels/presentation_pong.oxw

    r5437 r5448  
    22  include("levels/hudtemplates3.oxw")
    33  include("overlay/stats.oxo")
    4   include("levels/spaceshiptemplates_presentation.oxw")
     4  include("levels/ponghud.oxw")
    55?>
    66
     
    5151for i = 1, 10, 1
    5252do ?>
    53     <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
     53    <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" />
    5454<?lua
    5555end
  • data/media/overlay/debug.oxo

    r5411 r5448  
    4444
    4545<Template name="defaultHUD">
    46   <OverlayGroup name = "chatoverlay" scale = "1, 1">
     46  <OverlayGroup name = "defaultHUD" scale = "1, 1">
    4747    <ChatOverlay
    4848     name     = "chat"
Note: See TracChangeset for help on using the changeset viewer.