Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2011, 6:35:18 PM (13 years ago)
Author:
landauf
Message:

fixed warnings in some level files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/data/levels/pong.oxw

    r8637 r8642  
    1515  <PongBat>
    1616    <camerapositions>
    17       <CameraPosition position="0,200,0" pitch=-90 absolute=true />
     17      <CameraPosition position="0,150,0" pitch=-90 absolute=true />
    1818      <CameraPosition position="0,50,160" drag=true mouselook=true />
    1919      <CameraPosition position="0,40,125" drag=true mouselook=true />
     
    5858  <?lua include("includes/notifications.oxi") ?>
    5959
    60   <WorldAmbientSound source="mainmenu.ogg" playOnLoad=true />
     60  <WorldAmbientSound source="Ganymede.ogg" playOnLoad=true looping=true />
    6161
    6262  <PongBot />
     
    6868    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    6969
    70     <?lua
    71       for i = 1, 10, 1 do
    72     ?>
    73       <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" />
    74     <?lua end ?>
     70    <SpawnPoint position="991.729, -110.11, 435.404" orientation="0.534038, 0.563456, 0.212168, 0.593553" />
    7571
    7672    <MovableEntity rotationrate=5 rotationaxis="0,0,1">
Note: See TracChangeset for help on using the changeset viewer.