/[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.54 by ant_39, Sat Jun 7 15:21:07 2003 UTC revision 1.55 by dheck, Sat Jun 14 12:12:14 2003 UTC
# Line 398  def_anim("it-whitebomb-burning", frames) Line 398  def_anim("it-whitebomb-burning", frames)
398  def_anim_images("expl", {{"expl", 50}})  def_anim_images("expl", {{"expl", 50}})
399    
400  -- Pipes --  -- Pipes --
401  def_subimages("it-pipe", {h=2, w=5})  def_tiles("it-pipe", {
402                  "it-pipe-e", "it-pipe-s", "it-pipe-es", "it-pipe-sw",
403                  "it-pipe-h", "it-pipe-w", "it-pipe-n", "it-pipe-ne",
404                  "it-pipe-wn", "it-pipe-v"})
405    
406  -- Shogun dots --  -- Shogun dots --
407    
# Line 808  do Line 811  do
811      def_anim("st-bombs-anim", buildframes(n,50))      def_anim("st-bombs-anim", buildframes(n,50))
812  end  end
813    
814    ----------------
815    -- Mail stone --
816    ----------------
817    do
818        local n=def_subimages("st-mail", {h=4})
819        def_solidstone("st-mail-n", "st-mail1")
820        def_solidstone("st-mail-e", "st-mail2")
821        def_solidstone("st-mail-s", "st-mail4")
822        def_solidstone("st-mail-w", "st-mail3")
823    end
824    
825  ------------  ------------
826  -- Window --  -- Window --
827  ------------  ------------

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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