Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4551


Ignore:
Timestamp:
Jan 26, 2007, 11:11:15 PM (17 years ago)
Author:
snellen
Message:

update

Location:
data/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/levels/sp_cutscene_intro.oxw

    r4550 r4551  
    2020        </SkyBox>
    2121
     22
    2223        <Planet>
    2324          <name>Earth</name>
     
    2627          <texture>textures/planets/pluto.png</texture>
    2728        </Planet>
     29
     30
     31        <Planet>
     32         <name>Moon</name>
     33         <texture>textures/planets/mars.png</texture>
     34         <size>70</size>
     35         <abs-coor>100, 60, 100</abs-coor>
     36         <abs-dir>3.1412, 0,1,0</abs-dir>
     37        </Planet>
    2838
    2939        <Building>
     
    3444
    3545
    36         <SpaceShip>
    37           <name>Player</name>
    38           <model>models/spaceships/human_spaceship_fighter.obj</model>
    39         </SpaceShip>
    4046
    4147
  • data/trunk/scripts/cutscene/cutscene.lua

    r4549 r4551  
    1717
    1818if time > 2 and not cameraSwitched then
    19 cameraManager:setCam("Testcam")
     19--cameraManager:setCam("Testcam")
    2020cameraManager:changeCurrTarget( "Planet", "Earth")
    2121cameraSwitched = true
Note: See TracChangeset for help on using the changeset viewer.