/[enigma]/enigma/data/models-2d.lua
ViewVC logotype

Diff of /enigma/data/models-2d.lua

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.98 by mhawlisch, Thu Jul 31 09:11:44 2003 UTC revision 1.99 by mhawlisch, Wed Aug 6 13:58:02 2003 UTC
# Line 364  def_images{ Line 364  def_images{
364      "it-glasses",      "it-glasses",
365      "it-glasses-broken",      "it-glasses-broken",
366      "it-weight",      "it-weight",
367        "it-extinguisher"
368  }  }
369    
370  def_alias("it-key_a", "it-key")  def_alias("it-key_a", "it-key")
# Line 394  def_anim("it-crack_anim1", frames) Line 395  def_anim("it-crack_anim1", frames)
395  frames=buildframes({"it-crack6", "it-crack7", "it-crack8"},120)  frames=buildframes({"it-crack6", "it-crack7", "it-crack8"},120)
396  def_anim("it-crack_anim2", frames)  def_anim("it-crack_anim2", frames)
397    
398    -- Burning Floor --
399    frames=buildframes(def_subimages("it-burnable_ignite", {h=8}), 100)
400    def_anim("it-burnable_ignite", frames)
401    
402    frames=buildframes(def_subimages("it-burnable_burning", {h=8}), 100)
403    def_anim("it-burnable_burning", frames)
404    
405    def_images{ "it-burnable_ash"}
406    
407    
408  -- Magnet --  -- Magnet --

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26