/[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.32 by dheck, Sat Apr 5 09:39:26 2003 UTC revision 1.33 by mhawlisch, Sat Apr 5 20:22:12 2003 UTC
# Line 277  end Line 277  end
277    
278  def_images{  def_images{
279      "it-blackbomb",      "it-blackbomb",
280        "it-whitebomb",
281  --    "it-brush",  --    "it-brush",
282  --   "it-document",  --   "it-document",
283      "it-dynamite",      "it-dynamite",
# Line 341  def_anim("it-dynamite-burning", dyn_fram Line 342  def_anim("it-dynamite-burning", dyn_fram
342  frames=buildframes(def_subimages("it-blackbomb-burning", {h=9}), 100)  frames=buildframes(def_subimages("it-blackbomb-burning", {h=9}), 100)
343  def_anim("it-blackbomb-burning", frames) --repeat_frames(frames,3,2))  def_anim("it-blackbomb-burning", frames) --repeat_frames(frames,3,2))
344    
345    frames=buildframes(def_subimages("it-whitebomb-burning", {h=9}), 100)
346    def_anim("it-whitebomb-burning", frames) --repeat_frames(frames,3,2))
347    
348  -- Explosion --  -- Explosion --
349  def_anim_images("expl", {{"expl", 50}})  def_anim_images("expl", {{"expl", 50}})
350    

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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