Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 6:27:53 PM (6 years ago)
Author:
pomselj
Message:

almost done

Location:
code/branches/OrxoBlox_FS19/data/levels
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/levels/includes/OrxoBloxWeapon.oxi

    r12392 r12394  
    11    <weaponslots>
    2       <WeaponSlot position="0,0,0" />/>
     2      <WeaponSlot position="0,-5,0" />/>
    33    </weaponslots>
    44    <weaponsets>
  • code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw

    r12393 r12394  
    9191    <!-- <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"/> -->
    9292    <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" />
    93     <SpawnPoint team=0 position="0,-4.5,49" lookat="0,0,0" spawnclass= SpaceShip pawndesign=spaceshipOrxoBlox/>
     93    <SpawnPoint team=0 position="0,-4.5,49" lookat="-10000,0,0" spawnclass= SpaceShip pawndesign=spaceshipOrxoBlox/>
    9494
    9595    <!--SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /--->
  • code/branches/OrxoBlox_FS19/data/levels/templates/spaceshipOrxoBlox.oxt

    r12393 r12394  
    103103    </attached>
    104104    <collisionShapes>
    105           <BoxCollisionShape position="0,0,0" halfExtents="2,2,2" />
     105          <BoxCollisionShape position="0,0,0" halfExtents="4,4,4" />
    106106    </collisionShapes>
    107107  </OrxoBloxStones>
Note: See TracChangeset for help on using the changeset viewer.