Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2012, 4:07:37 PM (13 years ago)
Author:
weigeltm
Message:

tried to fix towers. failed.

Location:
code/branches/newlevel2012/data/levels/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/newlevel2012/data/levels/templates/spaceshipPirate.oxt

    r8858 r9213  
    3535   angularDamping    = 0.9999999
    3636  >
     37
    3738    <engines>
    3839      <MultiStateEngine position=" 0, 0, 0" template=spaceshippirateengine />
    3940    </engines>
    4041    <attached>
    41       <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="pirate.mesh" />
     42      <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=20 mesh="pirate.mesh" />
    4243      <BlinkingBillboard position=" 12.7,-3.8,0" material="Examples/Flare" colour="1.0, 1.0, 1" amplitude=0.04 frequency=1 quadratic=1 />
    4344      <BlinkingBillboard position="-12.7,-3.8,0" material="Examples/Flare" colour="1.0, 1.0, 1" amplitude=0.04 frequency=1 quadratic=1 phase="90"/>
  • code/branches/newlevel2012/data/levels/templates/tower.oxt

    r9175 r9213  
    99
    1010   collisionType     = "dynamic"
    11    team = 13
     11   team = 2
     12
    1213
    1314  >
    1415
    15      <controller>
     16   
     17
     18  <controller>
    1619        <WaypointPatrolController alertnessradius=10000 team=5>
    17        
     20                 <waypoints>
     21            <Model mesh="cube.mesh" scale=20 position=" 700, 200, 100" />
     22          </waypoints>
    1823        </WaypointPatrolController>
    1924      </controller>
     
    2126
    2227    <attached>
    23       <Model position="0,0,0" scale=50 mesh="Tower_ME.mesh" />
     28      <Model position="0,0,0" scale=45 mesh="Tower.mesh" />
    2429    </attached>
    2530
Note: See TracChangeset for help on using the changeset viewer.