Changeset 5513 for data/media
- Timestamp:
- May 14, 2009, 6:15:15 PM (16 years ago)
- Location:
- data/media
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation_dm.oxw
r5502 r5513 3 3 include("overlay/stats.oxo") 4 4 include("levels/spaceshiptemplates_presentation.oxw") 5 include("levels/spaceshiptemplates_presentation_H2.oxw") 5 6 ?> 6 7 … … 18 19 for i = 1, 10, 1 19 20 do ?> 20 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceship assff/>21 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipHtwo /> 21 22 <?lua 22 23 end … … 32 33 </events> 33 34 </GlobalShader> 35 36 <Model position="0,0,0" scale=8 mesh="h2_green.mesh" /> 34 37 35 38 <?lua -
data/media/materials/scripts/Example.material
r5499 r5513 354 354 { 355 355 texture flare2.tga 356 } 357 } 358 } 359 } 360 material Examples/FlareZwei_1 361 { 362 technique 363 { 364 pass 365 { 366 lighting off 367 scene_blend add 368 depth_write off 369 370 texture_unit 371 { 372 texture flare2_1.tga 356 373 } 357 374 }
Note: See TracChangeset
for help on using the changeset viewer.