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 |
Line | |
---|---|
1 | function tick(timestep) |
2 | |
3 | io.write("cloud script begin\n") |
4 | myClouds:skyColor(1, 0, 0, 15) |
5 | io.write("cloud script end\n") |
6 | |
7 | return true |
8 | |
9 | end |
Note: See TracBrowser
for help on using the repository browser.