Changeset 3960 for data/branches/mountain_lake/scripts/cloud.lua
- Timestamp:
- Jun 30, 2006, 12:29:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/mountain_lake/scripts/cloud.lua
r3959 r3960 1 1 function tick(timestep) 2 2 3 io.write("cloud scrpit\n") 3 io.write("cloud script begin\n") 4 myClouds:skyColor(1, 0, 0, 15) 5 io.write("cloud script end\n") 4 6 5 return false7 return true 6 8 7 9 end
Note: See TracChangeset
for help on using the changeset viewer.