source:
data/trunk/scripts/cloud.lua
@
4035
Last change on this file since 4035 was 3994, checked in by bensch, 18 years ago | |
---|---|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[3959] | 1 | function tick(timestep) |
2 | ||
[3960] | 3 | io.write("cloud script begin\n") |
4 | myClouds:skyColor(1, 0, 0, 15) | |
5 | io.write("cloud script end\n") | |
[3959] | 6 | |
[3960] | 7 | return true |
[3959] | 8 | |
9 | end |
Note: See TracBrowser
for help on using the repository browser.