[9939] | 1 | <!-- --> |
---|
| 2 | |
---|
[9469] | 3 | <LevelInfo |
---|
| 4 | name = "turret Test" |
---|
[9489] | 5 | description = "A level with a turret in it." |
---|
[9469] | 6 | tags = "test" |
---|
| 7 | screenshot = "emptylevel.png" |
---|
| 8 | /> |
---|
| 9 | |
---|
| 10 | <?lua |
---|
| 11 | include("stats.oxo") |
---|
| 12 | include("HUDTemplates3.oxo") |
---|
| 13 | include("templates/lodInformation.oxt") |
---|
| 14 | ?> |
---|
| 15 | |
---|
| 16 | <?lua |
---|
| 17 | include("templates/spaceshipAssff.oxt") |
---|
[10049] | 18 | include("templates/spaceshipTransporter.oxt") |
---|
| 19 | include("templates/standardTurret.oxt") |
---|
[9469] | 20 | ?> |
---|
| 21 | |
---|
| 22 | <Level> |
---|
| 23 | <templates> |
---|
| 24 | <Template link=lodtemplate_default /> |
---|
| 25 | </templates> |
---|
| 26 | <?lua include("includes/notifications.oxi") ?> |
---|
| 27 | |
---|
| 28 | <Scene |
---|
| 29 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 30 | skybox = "Orxonox/Starbox" |
---|
| 31 | > |
---|
[9489] | 32 | <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
| 33 | <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
[9469] | 34 | |
---|
[10049] | 35 | <SpaceShip> |
---|
[10042] | 36 | <attached> |
---|
[10049] | 37 | <Turret position="10,2,0" pitch="90" yaw="0" roll="0" scale3D="0.2,0.2,0.2"> |
---|
| 38 | <templates> |
---|
| 39 | <Template link=standardturret /> |
---|
| 40 | </templates> |
---|
| 41 | </Turret> |
---|
| 42 | <Turret position="-10,2,0" pitch="90" yaw="0" roll="0" scale3D="0.2,0.2,0.2"> |
---|
| 43 | <templates> |
---|
| 44 | <Template link=standardturret /> |
---|
| 45 | </templates> |
---|
| 46 | </Turret> |
---|
| 47 | <Turret position="0,2,0" pitch="90" yaw="0" roll="0" scale3D="0.2,0.2,0.2"> |
---|
| 48 | <templates> |
---|
| 49 | <Template link=standardturret /> |
---|
| 50 | </templates> |
---|
| 51 | </Turret> |
---|
[10042] | 52 | </attached> |
---|
[10049] | 53 | <templates> |
---|
| 54 | <Template link=spaceshipassff /> |
---|
| 55 | </templates> |
---|
| 56 | <!-- <controller> |
---|
| 57 | <AIController /> |
---|
| 58 | </controller> --> |
---|
[10039] | 59 | </SpaceShip> |
---|
| 60 | |
---|
| 61 | |
---|
[9469] | 62 | |
---|
| 63 | </Scene> |
---|
| 64 | </Level> |
---|
| 65 | |
---|