Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10378 for code


Ignore:
Timestamp:
Apr 21, 2015, 10:26:30 PM (9 years ago)
Author:
landauf
Message:

fixed issue with tower shooting at centerpoint

Location:
code/branches/towerdefenseFS15/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt

    r10340 r10378  
    1414        maxAttackRadius=1000
    1515        minAttackRadius=30
    16         team = 1
     16        team = 0
    1717
    1818
     
    2020 
    2121     <controller>
    22      <TurretController team = 1/>
     22     <TurretController team = 0/>
    2323  </controller>
    2424 
  • code/branches/towerdefenseFS15/data/levels/towerDefense.oxw

    r10368 r10378  
    2727<!-- Specify the position of the camera -->
    2828<Template name=centerpointmarkcamera defaults=0>
    29   <Pawn team=1>
     29  <Pawn team=0>
    3030    <camerapositions>
    3131      <CameraPosition position="0,0,1500"/>
     
    3636<!-- Loads a mesh to mark the center-->
    3737<Template name=centerpointmark>
    38   <Pawn team=1 camerapositiontemplate=centerpointmarkcamera>
     38  <Pawn team=0 camerapositiontemplate=centerpointmarkcamera>
    3939    <attached>
    4040      <Model position="0,0,0" mesh="cylinder.mesh" scale3D="1,1,1" /> <!-- the camera is attached to this -->
     
    5959
    6060    <!-- Spawns the camera, attached to a crate -->
    61     <SpawnPoint team=1 position="0,0,0" pawndesign=centerpointmark />
    62     <!--TeamSpawnPoint team=1 position="-7,7,4" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /-->
     61    <SpawnPoint team=0 position="0,0,0" pawndesign=centerpointmark />
     62    <!--TeamSpawnPoint team=0 position="-7,7,4" direction="-1,0,0" roll=90 yaw=0 spawnclass=SpaceShip pawndesign=spaceshipassff /-->
    6363
    64     <!--SpawnPoint team=1 position="0,0,10" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff  /-->
     64    <!--SpawnPoint team=0 position="0,0,10" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff  /-->
    6565    <!--SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /-->
    6666
Note: See TracChangeset for help on using the changeset viewer.