/[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.35 by dheck, Sat Apr 26 17:21:52 2003 UTC revision 1.36 by dheck, Wed Apr 30 09:10:42 2003 UTC
# Line 37  Progress(0) Line 37  Progress(0)
37  do  do
38      local fg, img      local fg, img
39      img=def_subimages("ac-top",      img=def_subimages("ac-top",
40                        {h=10, imgw=32, imgh=32, xoff=-16, yoff=-16})                        {h=9, imgw=32, imgh=32, xoff=-16, yoff=-16})
41            def_image("sh-top", {xoff=-10,yoff=-10})
42    
43      frames={}      frames={}
44      for i=1,9 do      for i=1,9 do
45          def_shmodel("actop"..i, img[i], img[10])          def_shmodel("actop"..i, img[i], "sh-top")
46          tinsert(frames, "actop"..i)          tinsert(frames, "actop"..i)
47      end      end
48      def_anim("ac-top", pingpong(buildframes(frames, 70)))      def_anim("ac-top", buildframes(frames, 25), TRUE)
49    end
50    
51    -----------
52    -- Horse --
53    -----------
54    do
55        def_image("ac-horse#", {filename="ac-horse", xoff=-15, yoff=-15})
56        def_image("sh-horse", {xoff=-10, yoff=-10})
57        def_shmodel("ac-horse", "ac-horse#", "sh-horse")
58  end  end
59    
60  ----------------------  ----------------------
# Line 254  do Line 264  do
264          "it-document", "it-hammer",          "it-document", "it-hammer",
265          "it-key", "it-spade",          "it-key", "it-spade",
266          "it-umbrella", "it-extralife",          "it-umbrella", "it-extralife",
267          "it-hill",          "it-hill", "it-hollow", "it-tinyhill", "it-tinyhollow",
         "it-hollow",  
         "it-tinyhill",  
         "it-tinyhollow",  
268          "it-laserh", "it-laserv", "it-laserhv",          "it-laserh", "it-laserv", "it-laserhv",
269          "it-magicwand",          "it-magicwand",
270          "it-spring1", "it-spring2",          "it-spring1", "it-spring2",
# Line 266  do Line 273  do
273          "it-trigger", "it-trigger1",          "it-trigger", "it-trigger1",
274          "it-yinyang", "it-yanying",          "it-yinyang", "it-yanying",
275          "it-puller-n", "it-puller-e", "it-puller-s", "it-puller-w",          "it-puller-n", "it-puller-e", "it-puller-s", "it-puller-w",
276            "it-odometer",
277            "it-flagblack"
278      }            }      
279      def_tiles("items", itemtiles)      def_tiles("items", itemtiles)
280  end  end
# Line 402  do Line 411  do
411          "st-black2#",          "st-black2#",
412          "st-black3#",          "st-black3#",
413          "st-black4#",          "st-black4#",
414            "st-idontknowwhattonameit1",
415            "st-idontknowwhattonameit2",
416            "st-beads#"
417      }      }
418      def_tiles("stones", stonetiles)      def_tiles("stones", stonetiles)
419  end  end
# Line 410  def_stone2("st-black1") Line 422  def_stone2("st-black1")
422  def_stone2("st-black2")  def_stone2("st-black2")
423  def_stone2("st-black3")  def_stone2("st-black3")
424  def_stone2("st-black4", "sh-white4")  def_stone2("st-black4", "sh-white4")
425    def_stone2("st-beads", "sh-glass")
426    
427    
428  def_stone("st-glass1", "sh-glass")  def_stone("st-glass1", "sh-glass")
# Line 424  def_stone("st-rock6") Line 437  def_stone("st-rock6")
437  def_stone("st-rock7")  def_stone("st-rock7")
438  def_stone("st-brownie")  def_stone("st-brownie")
439  def_stone("st-stone1")  def_stone("st-stone1")
440    def_stone("st-stone2")
441    
442  def_alias("st-rock1_hole", "st-rock1")  def_alias("st-rock1_hole", "st-rock1")
443  def_alias("st-rock1_move", "st-rock1")  def_alias("st-rock1_move", "st-rock1")
444    
445    def_alias("st-rock2_hole", "st-rock2")
446    
447  def_alias("st-rock3_hole", "st-rock3")  def_alias("st-rock3_hole", "st-rock3")
448  def_alias("st-rock3_move", "st-rock3")  def_alias("st-rock3_move", "st-rock3")
449    

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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