Changeset 12393 for code/branches/OrxoBlox_FS19/data/levels
- Timestamp:
- May 16, 2019, 5:16:22 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12391 r12393 50 50 51 51 52 < Template name=OrxoBloxstone>53 <OrxoBloxStones >52 <!-- <Template name=OrxoBloxstone> 53 <OrxoBloxStones collisionType=static> 54 54 <attached> 55 <Model position="0,0,0" mesh="CuboidBody.mesh" scale =4.5/>55 <Model position="0,0,0" mesh="CuboidBody.mesh" scale3D="4.5,4.5,4.5" /> 56 56 <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 /> 57 57 </attached> 58 <collisionShapes> 59 <BoxCollisionShape position="0,0,0" halfExtents="4.5, 4.5, 4.5" />60 </collisionShapes> 58 <collisionShapes> 59 <BoxCollisionShape position="0,0,0" halfExtents="2,2,2" /> 60 </collisionShapes> 61 61 </OrxoBloxStones> 62 </Template> 62 </Template> --> 63 64 <!-- <StaticEntity position="0,-10000,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 > --> 65 63 66 64 67 … … 69 72 </Template> 70 73 71 74 72 75 <Level 73 76 plugins = "OrxoBlox" … … 85 88 skybox = "Orxonox/skyBoxBasic" 86 89 > 90 87 91 <!-- <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"/> --> 88 92 <Light type=directional position="-100, 10000, -700" direction="0.2, -1, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> … … 104 108 </OrxoBloxCenterpoint> 105 109 110 106 111 107 112 </Scene> -
code/branches/OrxoBlox_FS19/data/levels/templates/spaceshipOrxoBlox.oxt
r12373 r12393 94 94 </MultiStateEngine> 95 95 </Template> 96 97 98 <Template name=OrxoBloxstone> 99 <OrxoBloxStones collisionType=dynamic> 100 <attached> 101 <Model position="0,0,0" mesh="CuboidBody.mesh" scale3D="4.5,4.5,4.5" /> 102 <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 /> 103 </attached> 104 <collisionShapes> 105 <BoxCollisionShape position="0,0,0" halfExtents="2,2,2" /> 106 </collisionShapes> 107 </OrxoBloxStones> 108 </Template>
Note: See TracChangeset
for help on using the changeset viewer.