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
RevLine 
[9161]1<Template name=tower>
[9175]2  <Tower
[9161]3
[9272]4
[9161]5   explosionchunks        = 6
6
[9245]7   reloadrate          = 3
[9161]8   reloadwaittime      = 1
9
[9175]10   collisionType     = "dynamic"
[9213]11   team = 2
[9161]12
[9213]13
[9161]14  >
[9272]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>
[9161]22
[9213]23
[9175]24    <attached>
[9272]25        <Model position="0,0,0" scale=45 mesh="Tower.mesh" />
[9175]26    </attached>
[9161]27
28    <!--collisionShapes>
[9272]29
[9161]30    </collisionShapes-->
31
32<?lua
33  include("../includes/towerWeaponSettings.oxi")
34?>
[9175]35  </Tower>
[9161]36</Template>
37
Note: See TracBrowser for help on using the repository browser.