/[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.100 by mhawlisch, Thu Aug 7 13:15:06 2003 UTC revision 1.101 by dheck, Sun Aug 17 20:46:02 2003 UTC
# Line 1205  do Line 1205  do
1205      def_anim("st-door_c-closing", reverseframes(frames))      def_anim("st-door_c-closing", reverseframes(frames))
1206  end  end
1207    
1208    ------------------
1209    -- Knight stone --
1210    ------------------
1211    do
1212        local n = def_subimages("st-knight", {modelname="knight", h=5})
1213        for i=1,getn(n) do
1214            def_solidstone("st-knight"..i, n[i])
1215        end
1216    end
1217    
1218    
1219    
1220  -------------------  -------------------
1221  -- Shogun stones --  -- Shogun stones --
1222  -------------------  -------------------

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

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