Changeset 5295 for data/media/levels
- Timestamp:
- Dec 3, 2008, 1:19:07 AM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/physicstest2.oxw
r5290 r5295 1 1 <?lua 2 2 include("levels/spaceshiptemplates.oxw") 3 ?> 4 <?lua 5 include("levels/hudtemplates.oxw") 3 6 ?> 4 7 … … 50 53 </attached> 51 54 <collisionShapes> 52 <SphereCollisionShape name = "secondSphere" radius=20 position=" 100,0,0"/>55 <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/> 53 56 </collisionShapes> 54 57 </LinearEntity> 58 59 <StaticEntity 60 name = "blubbStatic" 61 position = "50, -20, -500" 62 collisionType = "static" 63 mass = 10 64 > 65 <attached> 66 <Model position="0,0,0" scale=10 mesh="ast1.mesh" /> 67 </attached> 68 <collisionShapes> 69 <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/> 70 </collisionShapes> 71 </StaticEntity> 55 72 56 73 <!--SpawnPoint position="0, 0, 100" spawnclass=SpaceShip pawndesign=spaceshipassff /> -
data/media/levels/spaceshiptemplates.oxw
r5255 r5295 13 13 rotacc = 140 14 14 transdamp = 75 15 16 collisionType = "dynamic" 17 mass = 100 18 name = "blubbbeliblubb" 15 19 > 16 20 <attached> … … 21 25 <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /--> 22 26 </attached> 27 <collisionShapes> 28 <SphereCollisionShape radius=50/> 29 </collisionShapes> 23 30 </SpaceShip> 24 31 </Template>
Note: See TracChangeset
for help on using the changeset viewer.