Changeset 4569 for data/trunk/scripts/cutscene
- Timestamp:
- Jan 28, 2007, 2:25:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/scripts/cutscene/cutscene.lua
r4568 r4569 37 37 thisscript:addObject("CameraMan", "cameraManager") 38 38 thisscript:addObject("NPC", "shutleOne") 39 thisscript:addObjectAsName("GameWorld", "Cut Scene", "gameWorld") 40 39 41 40 42 -- Global Variables … … 92 94 if time > 1 and bInit2 == 0 then 93 95 cameraManager:toggleFade() 96 gameWorld:showText("Earth Solar System"); 94 97 bInit2 = 1 95 98 end
Note: See TracChangeset
for help on using the changeset viewer.