/[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.74 by reallysoft, Wed Jun 25 13:24:05 2003 UTC revision 1.75 by reallysoft, Thu Jun 26 10:41:27 2003 UTC
# Line 252  def_subimages("fl-gradient2", {w=6, h=4, Line 252  def_subimages("fl-gradient2", {w=6, h=4,
252  def_randfloor("fl-rock", {"fl-rock1", "fl-rock2"})  def_randfloor("fl-rock", {"fl-rock1", "fl-rock2"})
253  def_floors{"fl-abyss"}  def_floors{"fl-abyss"}
254  def_floors{"fl-dunes", "fl-sand", "fl-bluegreen", "fl-bluegreenx"}  def_floors{"fl-dunes", "fl-sand", "fl-bluegreen", "fl-bluegreenx"}
255  def_floors{"fl-inverse", "fl-white", "fl-black"}  def_floors{"fl-inverse", "fl-white", "fl-black", "fl-acwhite", "fl-acblack"}
256  def_floors{"fl-springboard"}  def_floors{"fl-springboard"}
257  def_image("fl-normal")  def_image("fl-normal")
258  def_randfloor_si("fl-hay", 4)  def_randfloor_si("fl-hay", 4)
# Line 357  def_images{ Line 357  def_images{
357      "it-dummy",      "it-dummy",
358      "it-blocker",      "it-blocker",
359      "it-coffee",      "it-coffee",
360        "it-wrench",
361  }  }
362    
363  def_alias("it-key_a", "it-key")  def_alias("it-key_a", "it-key")
# Line 562  end Line 563  end
563    
564  -- Rotator stones  -- Rotator stones
565  do  do
566      local n=def_subimages("st-rotator-left", {h=3})      local n=def_subimages("st-rotator-left", {h=8})
567      def_anim("st-rotator-left-anim", buildframes(n, 50), TRUE)      def_anim("st-rotator-left-anim", buildframes(n, 130), TRUE)
568      def_solidstone("st-rotator-left", "st-rotator-left-anim")      def_solidstone("st-rotator-left", "st-rotator-left-anim")
569      n=def_subimages("st-rotator-right", {h=3})      n=def_subimages("st-rotator-right", {h=8})
570      def_anim("st-rotator-right-anim", buildframes(n, 50), TRUE)      def_anim("st-rotator-right-anim", buildframes(n, 130), TRUE)
571      def_solidstone("st-rotator-right", "st-rotator-right-anim")      def_solidstone("st-rotator-right", "st-rotator-right-anim")
572  end  end
573    
# Line 813  do Line 814  do
814        tinsert(frames,"st-ai"..i);        tinsert(frames,"st-ai"..i);
815     end     end
816    
817     def_anim("st-actorimpulse-anim", pingpong(buildframes(frames,200)));     def_anim("st-actorimpulse-anim", pingpong(buildframes(frames,30)));
818     def_alias("st-actorimpulse", "st-ai1");     def_alias("st-actorimpulse", "st-ai1");
819    
820  --   def_shmodel("st-actorimpulse", namelist[1], shnamelist[1])  --   def_shmodel("st-actorimpulse", namelist[1], shnamelist[1])

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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