Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2011, 1:17:38 PM (13 years ago)
Author:
anbueche
Message:

comments added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/portals/data/levels/portals.oxw

    r8290 r8454  
    1010  include("stats.oxo")
    1111  include("templates/spaceshipAssff.oxt")
     12  include("templates/pickupRepresentationTemplates.oxt")
    1213  include("templates/lodInformation.oxt")
    1314?>
     
    2627  >
    2728
    28     <Template name=portalDefault>
     29    <Template name=PortalDefault>
    2930        <PortalEndPoint>
    3031            <attached>
    31                 <Billboard material="Examples/Flare" />
     32                <Billboard material="Portals/Default" />
    3233            </attached>
    3334        </PortalEndPoint>
    3435    </Template>
    3536
    36     <PortalEndPoint position="0,0,0" id="1" distance="40" target="MobileEntity" design="portalDefault" eventTemplate="portalEventTemplate" />
    37     <PortalEndPoint position="-400,0,0" id="2" distance="40" lookat="0,100,0" target="MobileEntity" design="portalDefault" />
     37    <PortalEndPoint position="0,0,0" id="1" distance="40" target="MobileEntity" design="PortalDefault"/>
     38    <PortalEndPoint position="-90,0,0" id="2" distance="40" target="MobileEntity" design="PortalDefault"/>
    3839    <PortalLink fromID="1" toID="2" />
    3940    <PortalLink fromID="2" toID="1" />
     41
     42    <PickupSpawner position="-100,0,0" triggerDistance="10" respawnTime="10" maxSpawnedItems="10">
     43      <pickup>
     44        <DronePickup template=dronepickup />
     45      </pickup>
     46    </PickupSpawner>
    4047
    4148    <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" />
Note: See TracChangeset for help on using the changeset viewer.