home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / FCData / Scripts.pak / Scripts / materials / mat_bounce.lua < prev    next >
Encoding:
Text File  |  2004-07-21  |  277 b   |  16 lines

  1. Script:LoadScript("scripts/materials/commoneffects.lua");
  2.  
  3. Materials["mat_bounce"] = {
  4.     type="bounce",
  5.     gameplay_physic = {
  6.         piercing_resistence = nil,
  7.         bouncyness = 0.25, -- default 0.33
  8.         friction = 4, -- default 3
  9.     },        
  10.  
  11.     AI = {
  12.         fImpactRadius = 5,
  13.     },
  14.  
  15. }
  16.