Changeset 12368 for code/branches/OrxoBlox_FS19/data
- Timestamp:
- May 16, 2019, 11:11:39 AM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/includes/OrxoBloxWeapon.oxi
r12315 r12368 14 14 </links> 15 15 <Weapon> 16 < Asteroids2DWeapon mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="laserbeam.mesh" />16 <BallGun mode=0 munitionpershot=0 delay=0.125 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 0.1, 1.6,-2" projectileMesh="laserbeam.mesh" /> 17 17 </Weapon> 18 18 <Weapon> 19 < Asteroids2DWeapon mode=0 munitionpershot=0 delay=0 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="laserbeam.mesh" />19 <BallGun mode=0 munitionpershot=0 delay=0 damage=9.3 material="Flares/point_lensflare" muzzleoffset=" 1.6, 1.3, -2.0" projectileMesh="laserbeam.mesh" /> 20 20 </Weapon> 21 21 </WeaponPack> … … 27 27 </weaponpacks> 28 28 <munition> 29 < LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=0.5/>29 <BallMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=10 replenishamount=1 replenishinterval=0.5/> 30 30 </munition> -
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12367 r12368 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> 44 47 <eventlisteners> 45 48 <EventTarget target=hiteffect /> … … 56 59 <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 /> 57 60 </attached> 61 <collisionShapes> 62 <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" /> 63 </collisionShapes> 58 64 </OrxoBloxStones> 59 65 </Template> … … 63 69 <Template name=OrxoBloxwall> 64 70 <OrxoBloxWall> 71 <collisionShapes> 72 <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" /> 73 </collisionShapes> 65 74 </OrxoBloxWall> 66 75 </Template>
Note: See TracChangeset
for help on using the changeset viewer.