Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

some world and script changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.