Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4569


Ignore:
Timestamp:
Jan 28, 2007, 2:25:28 AM (17 years ago)
Author:
patrick
Message:

some world and script changes

Location:
data/trunk
Files:
3 edited

Legend:

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

    r4564 r4569  
    1616      <name>mars</name>
    1717      <texture>textures/planets/pluto.png</texture>
    18       <cloud-texture>textures/sky_sunny.png</cloud-texture>
     18      <cloud-texture>textures/planets/sky_sunny.png</cloud-texture>
    1919      <size>30</size>
    2020      <abs-coor>0,-10,0</abs-coor>
  • data/trunk/levels/sp_cutscene_intro.oxw

    r4563 r4569  
    2929        <Planet>
    3030            <name>Earth</name>
    31             <size>200</size>
     31            <size>400</size>
    3232            <abs-coor>-75, 0, 400</abs-coor>
    3333            <texture>textures/planets/mars.png</texture>
     34            <cloud-texture>textures/planets/halo.png</cloud-texture>
    3435          </Planet>
    3536
  • data/trunk/scripts/cutscene/cutscene.lua

    r4568 r4569  
    3737thisscript:addObject("CameraMan", "cameraManager")
    3838thisscript:addObject("NPC", "shutleOne")
     39thisscript:addObjectAsName("GameWorld", "Cut Scene", "gameWorld")
     40
    3941
    4042-- Global Variables
     
    9294if time > 1 and bInit2 == 0 then
    9395   cameraManager:toggleFade()
     96   gameWorld:showText("Earth Solar System");
    9497   bInit2 = 1
    9598end
Note: See TracChangeset for help on using the changeset viewer.