Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2012merge/data/levels/templates/tower.oxt @ 9272

Last change on this file since 9272 was 9272, checked in by landauf, 12 years ago

replaced tabs with spaces (no code changed)

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