Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3970 was 3960, checked in by hdavid, 19 years ago
File size: 139 bytes
RevLine 
[3959]1function tick(timestep)
2
[3960]3io.write("cloud script begin\n")
4myClouds:skyColor(1, 0, 0, 15)
5io.write("cloud script end\n") 
[3959]6
[3960]7return true
[3959]8
9end
Note: See TracBrowser for help on using the repository browser.