Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/mountain_lake/scripts/cloud.lua @ 3960

Last change on this file since 3960 was 3960, checked in by hdavid, 18 years ago
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.