Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3960


Ignore:
Timestamp:
Jun 30, 2006, 12:29:06 PM (18 years ago)
Author:
hdavid
Message:
 
Location:
data/branches/mountain_lake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/branches/mountain_lake/scripts/cloud.lua

    r3959 r3960  
    11function tick(timestep)
    22
    3 io.write("cloud scrpit\n")
     3io.write("cloud script begin\n")
     4myClouds:skyColor(1, 0, 0, 15)
     5io.write("cloud script end\n")
    46
    5  return false
     7return true
    68
    79end
  • data/branches/mountain_lake/worlds/mountainlake.oxw

    r3959 r3960  
    2828     <file>cloud.lua</file>
    2929     <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>
    3232     <worldentity>Player</worldentity>
    33      <callonce>false</callonce>
    3433     <triggerlasts>true</triggerlasts>
    3534     <debugdraw>true</debugdraw>
Note: See TracChangeset for help on using the changeset viewer.