/[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.27 by mhawlisch, Fri Mar 28 14:01:54 2003 UTC revision 1.28 by sfennig, Mon Mar 31 19:39:11 2003 UTC
# Line 668  do Line 668  do
668      def_solidstone("st-thief-anim", "thief-anim")      def_solidstone("st-thief-anim", "thief-anim")
669  end  end
670    
671  -----------------  ---------------
672  -- Timer stone --  -- Timer stone --
673  -----------------  -----------------
674  do  do
# Line 730  namelist=def_subimages("st-break_acblack Line 730  namelist=def_subimages("st-break_acblack
730  frames = buildframes(namelist,50)  frames = buildframes(namelist,50)
731  def_anim("st-break_acblack-anim", frames)  def_anim("st-break_acblack-anim", frames)
732    
733    ---------------
734    -- Turnstile --
735    ---------------
736    do
737        local img = def_subimages("st-turnstile", {h=2})
738        def_anim("turnstile-anim", pingpong(buildframes(img, 15)))
739        def_solidstone("st-turnstile", img[1])
740        def_solidstone("st-turnstile-anim", "turnstile-anim")
741    end
742    
743  Progress(70)  Progress(70)
744    
745  -------------  -------------
# Line 805  def_alias("st-turnstile-e", "st-puzzle2" Line 815  def_alias("st-turnstile-e", "st-puzzle2"
815  def_alias("st-turnstile-w", "st-puzzle5")  def_alias("st-turnstile-w", "st-puzzle5")
816  def_alias("st-turnstile-s", "st-puzzle9")  def_alias("st-turnstile-s", "st-puzzle9")
817  def_alias("st-turnstile-n", "st-puzzle3")  def_alias("st-turnstile-n", "st-puzzle3")
818  def_stone("st-turnstile")  --def_stone("st-turnstile")
819    
820  ----------  ----------
821  -- Door --  -- Door --

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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