/[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.84 by dheck, Thu Jul 3 21:46:32 2003 UTC revision 1.85 by reallysoft, Fri Jul 4 12:18:34 2003 UTC
# Line 399  do Line 399  do
399      def_anim("it-wormhole", f, TRUE)      def_anim("it-wormhole", f, TRUE)
400  end  end
401    
402    -- Vortex --
403    do
404       local img = def_subimages("it-vortex", {h=4})
405       def_alias("it-vortex-open", img[1])
406       def_alias("it-vortex-closed", img[4])
407    
408       def_anim("it-vortex-opening", reverseframes(buildframes(img, 100)))
409       def_anim("it-vortex-closing", buildframes(img, 100))
410    end
411    
412  -- Coins --  -- Coins --
413  def_images{"it-coin1", "it-coin2", "it-coin4"}  def_images{"it-coin1", "it-coin2", "it-coin4"}
414    

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

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