Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/levels/templates/towerdefensetower.oxt @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 523 bytes
Line 
1<Template name=towerdefensetower>
2  <TowerDefenseTower
3
4
5        explosionchunks        = 6
6        shieldrechargerate=10
7        shieldrechargewaittime=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 = 0
17
18
19  >
20 
21     <controller>
22     <TurretController team = 0/>
23  </controller>
24 
25   
26
27
28
29    <!--collisionShapes>
30
31    </collisionShapes-->
32
33
34    <?lua
35      include("../includes/weaponSettingsTurret.oxi")
36    ?>
37  </TowerDefenseTower>
38</Template>
Note: See TracBrowser for help on using the repository browser.