Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10390 for code


Ignore:
Timestamp:
Apr 23, 2015, 4:08:35 PM (9 years ago)
Author:
sborghi
Message:

We copied the blender meshes of the desigend spacestation into a template orbStation.oxt The idea being that the rings of the space station should rotate. Still working on that. The ring will also get a different angle relative to eachother.

Location:
code/branches/formationFS15/data/levels
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/formationFS15/data/levels/emptyLevel.oxw

    r9415 r10390  
    3232    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    3333   
     34       
     35
     36
     37<?lua
     38  include("templates/orbStation.oxt")
     39?>
     40        <MovableEntity  position="0,0,0" template="orbStation">
     41
     42        </MovableEntity>
     43
    3444  </Scene>
    3545</Level>
Note: See TracChangeset for help on using the changeset viewer.