Last change
on this file since 11294 was
10624,
checked in by landauf, 9 years ago
|
merged branch core7 back to trunk
|
-
Property svn:eol-style set to
native
|
File size:
1.6 KB
|
Rev | Line | |
---|
[10088] | 1 | <LevelInfo |
---|
| 2 | name = "4Dtest" |
---|
| 3 | description = "Test of 4D minigame." |
---|
| 4 | screenshot = "asteroidFieldTest.png" |
---|
| 5 | tags = "test, showcase" |
---|
| 6 | /> |
---|
| 7 | |
---|
| 8 | <?lua |
---|
| 9 | include("stats.oxo") |
---|
| 10 | include("HUDTemplates3.oxo") |
---|
| 11 | include("templates/lodInformation.oxt") |
---|
| 12 | ?> |
---|
| 13 | |
---|
[10131] | 14 | <!-- Templates here --> |
---|
[10104] | 15 | |
---|
[10090] | 16 | |
---|
[10088] | 17 | <Level |
---|
[10624] | 18 | plugins=mini4dgame |
---|
[10101] | 19 | gametype=Mini4Dgame |
---|
[10088] | 20 | > |
---|
[10096] | 21 | |
---|
[10088] | 22 | <templates> |
---|
| 23 | <Template link=lodtemplate_default /> |
---|
| 24 | </templates> |
---|
| 25 | <?lua include("includes/notifications.oxi") ?> |
---|
| 26 | |
---|
| 27 | <Scene |
---|
| 28 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 29 | skybox = "Orxonox/Starbox" |
---|
| 30 | > |
---|
| 31 | |
---|
[10096] | 32 | <WorldAmbientSound |
---|
| 33 | source="Ganymede.ogg" |
---|
| 34 | looping="true" |
---|
| 35 | playOnLoad="true" |
---|
| 36 | /> |
---|
| 37 | |
---|
[10088] | 38 | <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"/> |
---|
[10096] | 39 | |
---|
| 40 | |
---|
[10115] | 41 | <SpawnPoint position="-330,330,165" lookat="0,0,0" /> |
---|
[10088] | 42 | |
---|
[10156] | 43 | <Mini4DgameBoard> |
---|
| 44 | <attached> |
---|
| 45 | <?lua |
---|
| 46 | for i = -90, 90, 60 |
---|
| 47 | do |
---|
| 48 | ?> |
---|
| 49 | <?lua |
---|
| 50 | for j = -90, 90, 60 |
---|
| 51 | do |
---|
| 52 | ?> |
---|
| 53 | <?lua |
---|
| 54 | for k = -90, 90, 60 |
---|
| 55 | do |
---|
| 56 | ?> |
---|
| 57 | <Model |
---|
| 58 | position="<?lua print(i) ?>,<?lua print(j) ?>,<?lua print(k) ?>" |
---|
| 59 | mesh="checkPoint.mesh" |
---|
| 60 | scale="5" /> |
---|
| 61 | <?lua |
---|
| 62 | end |
---|
| 63 | ?> |
---|
| 64 | <?lua |
---|
| 65 | end |
---|
| 66 | ?> |
---|
| 67 | <?lua |
---|
| 68 | end |
---|
| 69 | ?> |
---|
| 70 | </attached> |
---|
| 71 | |
---|
| 72 | </Mini4DgameBoard> |
---|
[10131] | 73 | |
---|
[10156] | 74 | <!-- |
---|
| 75 | <attached> |
---|
| 76 | <BlinkingBillboard position="0,0,0" frequency=0.6 amplitude=0.4 material="Flares/lensflare" colour="0,1,0" visabilaty=gone> |
---|
| 77 | </BlinkingBillboard> |
---|
| 78 | </attached> |
---|
| 79 | --> |
---|
[10096] | 80 | |
---|
[10088] | 81 | </Scene> |
---|
| 82 | </Level> |
---|
| 83 | |
---|
Note: See
TracBrowser
for help on using the repository browser.