Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/newlevel2012/data/levels/templates/tower.oxt @ 9213

Last change on this file since 9213 was 9213, checked in by weigeltm, 12 years ago

tried to fix towers. failed.

File size: 663 bytes
Line 
1<Template name=tower>
2  <Tower
3
4 
5   explosionchunks        = 6
6
7   reloadrate          = 1
8   reloadwaittime      = 1
9
10   collisionType     = "dynamic"
11   team = 2
12
13
14  >
15
16   
17
18  <controller>
19        <WaypointPatrolController alertnessradius=10000 team=5>
20                 <waypoints>
21            <Model mesh="cube.mesh" scale=20 position=" 700, 200, 100" />
22          </waypoints>
23        </WaypointPatrolController>
24      </controller>
25
26
27    <attached>
28      <Model position="0,0,0" scale=45 mesh="Tower.mesh" />
29    </attached>
30
31    <!--collisionShapes>
32   
33    </collisionShapes-->
34
35<?lua
36  include("../includes/towerWeaponSettings.oxi")
37?>
38  </Tower>
39</Template>
40
Note: See TracBrowser for help on using the repository browser.