Changeset 12372
- Timestamp:
- May 16, 2019, 1:16:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12371 r12372 7 7 8 8 <?lua 9 9 include("HUDTemplates3.oxo") 10 10 include("stats.oxo") 11 11 include("OrxoBloxHUD.oxo") … … 42 42 <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/sparks2" lifetime=0.01 autostart=0 mainstate=spawn /> 43 43 </attached> 44 <collisionShapes>45 <SphereCollisionShape radius="2" />46 </collisionShapes>47 44 <eventlisteners> 48 45 <EventTarget target=hiteffect /> … … 59 56 <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 /> 60 57 </attached> 61 <collisionShapes>62 <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" />63 </collisionShapes>64 58 </OrxoBloxStones> 65 59 </Template> … … 69 63 <Template name=OrxoBloxwall> 70 64 <OrxoBloxWall> 71 <collisionShapes>72 <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" />73 </collisionShapes>74 65 </OrxoBloxWall> 75 66 </Template> … … 93 84 <!-- <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"/> --> 94 85 <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" /> 95 <SpawnPoint team=0 position="0, -4.5,49" lookat="-49,-4.5,0" spawnclass= OrxoBloxShip pawndesign=spaceshipOrxoBlox/>86 <SpawnPoint team=0 position="0,150,0" lookat="0,0,0" spawnclass= OrxoBloxShip pawndesign=spaceshipOrxoBlox/> 96 87 97 88 <!--<Model mesh="axes.mesh" scale=10 position="0,0,0" /> -->
Note: See TracChangeset
for help on using the changeset viewer.