Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2007, 2:18:28 PM (17 years ago)
Author:
snellen
Message:

fading activated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/cutscene/cutscene.lua

    r4555 r4557  
    22trigger:setScript("cutscene.lua")             -- Tell the trigger which script to call
    33trigger:setFunction("tick")                   -- Tell the trigger which scriptfunction to call
    4 trigger:setActiveOnCreation(true)             -- Let the trigger call the script as soon as it is created until
     4trigger:setActiveOnCreation(true)             
    55 
    66-- Get objects from orxonox
     
    2020cameraSwitched = true
    2121
    22 
    2322if time > 4 then
    24 --cameraManager:togglFade()
     23cameraManager:togglFade()
    2524return true
    2625end
Note: See TracChangeset for help on using the changeset viewer.