Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2012/data/levels/templates/tower.oxt @ 9352

Last change on this file since 9352 was 9245, checked in by landauf, 13 years ago

tower defense update (again, now hopefully successful)

File size: 613 bytes
RevLine 
[9161]1<Template name=tower>
[9175]2  <Tower
[9161]3
[9175]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  >
[9245]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>
[9245]25                <Model position="0,0,0" scale=45 mesh="Tower.mesh" />
[9175]26    </attached>
[9161]27
28    <!--collisionShapes>
29   
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.