/[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.96 by reallysoft, Mon Jul 21 08:19:05 2003 UTC revision 1.97 by sfennig, Sun Jul 27 19:44:19 2003 UTC
# Line 970  function def_roundstone_with_anim(name, Line 970  function def_roundstone_with_anim(name,
970    
971  def_solidstone_with_anim ("st-window", 4, 80)  def_solidstone_with_anim ("st-window", 4, 80)
972  def_solidstone_with_anim ("st-stone_break", 10, 50)  def_solidstone_with_anim ("st-stone_break", 10, 50)
973    def_solidstone_with_anim ("st-break_bolder", 10, 50)
974  def_roundstone_with_anim ("st-break_acwhite", 10, 50)  def_roundstone_with_anim ("st-break_acwhite", 10, 50)
975  def_roundstone_with_anim ("st-break_acblack", 10, 50)  def_roundstone_with_anim ("st-break_acblack", 10, 50)
976  def_roundstone_with_anim ("st-death", 3, 140)  def_roundstone_with_anim ("st-death", 3, 140)
# Line 1008  end Line 1009  end
1009  ----------------  ----------------
1010  do  do
1011      def_stone("st-timeswitch")      def_stone("st-timeswitch")
1012      local img = def_subimages("st-time1switch", {h=8})      local img = def_subimages("st-time1switch", {h=10})
1013      def_anim("st-time1switch-anim", buildframes (img, 120))      def_anim("st-time1switch-anim", buildframes (img, 180))
1014      def_solidstone("st-time1switch", "st-time1switch-anim")      def_solidstone("st-time1switch", "st-time1switch-anim")
1015  end  end
1016    

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

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