- Timestamp:
- Jun 30, 2006, 12:29:06 PM (18 years ago)
- Location:
- data/branches/mountain_lake
- Files:
-
- 2 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 -
data/branches/mountain_lake/worlds/mountainlake.oxw
r3959 r3960 28 28 <file>cloud.lua</file> 29 29 <function>tick</function> 30 <abs-coor>0, 0,0</abs-coor>31 <radius> 20</radius>30 <abs-coor>0,100,0</abs-coor> 31 <radius>10</radius> 32 32 <worldentity>Player</worldentity> 33 <callonce>false</callonce>34 33 <triggerlasts>true</triggerlasts> 35 34 <debugdraw>true</debugdraw>
Note: See TracChangeset
for help on using the changeset viewer.