/[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.88 by sfennig, Sun Jul 6 16:58:25 2003 UTC revision 1.89 by dheck, Mon Jul 7 16:42:00 2003 UTC
# Line 1219  do Line 1219  do
1219      local img=def_subimages("ring-anim", {h=8,xoff=-8,yoff=-8, imgw=16, imgh=16})      local img=def_subimages("ring-anim", {h=8,xoff=-8,yoff=-8, imgw=16, imgh=16})
1220      def_anim("ring-anim", buildframes(img, 50))      def_anim("ring-anim", buildframes(img, 50))
1221  end  end
1222    
1223    -- Halo --
1224    do
1225        local n=def_subimages("halo", {h=2, xoff=-11, yoff=-11, imgw=23, imgh=23})
1226        def_anim("halo", buildframes(n, 30), TRUE)
1227        
1228        n=def_subimages("halo-blink", {h=2, xoff=-11, yoff=-11, imgw=23, imgh=23})
1229        def_anim("halo-blink", buildframes(n, 30), TRUE)
1230    end

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

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