- Timestamp:
- Jan 26, 2007, 11:11:15 PM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/sp_cutscene_intro.oxw
r4550 r4551 20 20 </SkyBox> 21 21 22 22 23 <Planet> 23 24 <name>Earth</name> … … 26 27 <texture>textures/planets/pluto.png</texture> 27 28 </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> 28 38 29 39 <Building> … … 34 44 35 45 36 <SpaceShip>37 <name>Player</name>38 <model>models/spaceships/human_spaceship_fighter.obj</model>39 </SpaceShip>40 46 41 47 -
data/trunk/scripts/cutscene/cutscene.lua
r4549 r4551 17 17 18 18 if time > 2 and not cameraSwitched then 19 cameraManager:setCam("Testcam")19 --cameraManager:setCam("Testcam") 20 20 cameraManager:changeCurrTarget( "Planet", "Earth") 21 21 cameraSwitched = true
Note: See TracChangeset
for help on using the changeset viewer.