Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/scripts/cloud.lua @ 3994

Last change on this file since 3994 was 3994, checked in by bensch, 18 years ago

orxonox/data/trunk: merged the mountain-lake back here, merged with command:
svn merge -r566:HEAD https://svn.orxonox.net/data/branches/mountain_lake .

no conflicts

File size: 139 bytes
Line 
1function tick(timestep)
2
3io.write("cloud script begin\n")
4myClouds:skyColor(1, 0, 0, 15)
5io.write("cloud script end\n") 
6
7return true
8
9end
Note: See TracBrowser for help on using the repository browser.