-- Level startup script print ("Can_Grl Script...") -- Load the skydome LoadSkyDome("SkyDomes\\Cancun_sea.rom") LoadSkyDomeClouds("SkyDomes\\Cancun_clouds01.rom",0.03,1) LoadSkyDomeClouds("SkyDomes\\Cancun_islands.rom",0,1) -- Setup the sun Sun.Enable() Sun.SetReflectionBrightness(0.5) Sun.SetReflectionSize(10) Sun.SetReflectionLength(1) Sun.SetColour(1.0,1.0,1.0,1.0) Sun.SetFlareType(4) Sun.SetSharpness(1.0) -- Other available sun commands are Sun.SetPosition(x,y,z) Bloom.SetEnabled(false)