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
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.