Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt @ 10335

Last change on this file since 10335 was 10335, checked in by erbj, 9 years ago

tower don't shoot at the centerpoint anymore(because we shifted it by 2000,hack) and the tower and model are two different things now

File size: 833 bytes
Line 
1<Template name=towerdefensetower>
2  <TowerDefenseTower
3
4
5        explosionchunks        = 6
6        reloadrate=10
7        reloadwaittime=5
8        collisionType="none"
9        pitch="0"
10        yaw="0"
11        roll="0"
12        maxPitch=90
13        maxYaw=90
14        maxAttackRadius=1000
15        minAttackRadius=30
16        team = 1
17
18
19  >
20 
21     <controller>
22     <TurretController team = 1/>
23  </controller>
24 
25 
26  <attached>
27       
28    <!--Turret
29   
30    explosionchunks        = 6
31        reloadrate=10
32        reloadwaittime=5
33        collisionType="none"
34        maxPitch=90
35        maxYaw=90
36        maxAttackRadius=1000
37        minAttackRadius=30
38        team = 1
39    >
40   
41         <controller>
42                <TurretController/>
43                </controller>
44               
45               
46        </Turret-->
47  </attached>
48   
49
50
51
52    <!--collisionShapes>
53
54    </collisionShapes-->
55
56
57    <?lua
58      include("../includes/weaponSettingsTurret.oxi")
59    ?>
60  </TowerDefenseTower>
61</Template>
Note: See TracBrowser for help on using the repository browser.