Changeset 8454 for code/branches/portals/data
- Timestamp:
- May 12, 2011, 1:17:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/portals/data/levels/portals.oxw
r8290 r8454 10 10 include("stats.oxo") 11 11 include("templates/spaceshipAssff.oxt") 12 include("templates/pickupRepresentationTemplates.oxt") 12 13 include("templates/lodInformation.oxt") 13 14 ?> … … 26 27 > 27 28 28 <Template name= portalDefault>29 <Template name=PortalDefault> 29 30 <PortalEndPoint> 30 31 <attached> 31 <Billboard material=" Examples/Flare" />32 <Billboard material="Portals/Default" /> 32 33 </attached> 33 34 </PortalEndPoint> 34 35 </Template> 35 36 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"/> 38 39 <PortalLink fromID="1" toID="2" /> 39 40 <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> 40 47 41 48 <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.