/[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.46 by dheck, Tue May 13 18:56:44 2003 UTC revision 1.47 by sfennig, Sat May 17 23:07:36 2003 UTC
# Line 819  do Line 819  do
819     def_solidstone("st-turnstile-green-anim", "turnstile-green-anim")     def_solidstone("st-turnstile-green-anim", "turnstile-green-anim")
820  end  end
821    
822    ----------------
823    -- Timeswitch --
824    ----------------
825    do
826        def_stone("st-timeswitch")
827        local img = def_subimages("st-time1switch", {h=8})
828        def_anim("st-time1switch-anim", buildframes (img, 120))
829        def_solidstone("st-time1switch", "st-time1switch-anim")
830    end
831    
832  Progress(70)  Progress(70)
833    
834  -------------  -------------

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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