Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added HUD for Pong gametype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.