/[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.48 by reallysoft, Sun May 18 13:36:32 2003 UTC revision 1.49 by reallysoft, Mon May 19 23:17:38 2003 UTC
# Line 239  def_randfloor_si("fl-woven", 5) Line 239  def_randfloor_si("fl-woven", 5)
239  def_randfloor_si("fl-marble", 4)  def_randfloor_si("fl-marble", 4)
240  def_randfloor_si("fl-wood", 4)  def_randfloor_si("fl-wood", 4)
241  def_randfloor_si("fl-bluegray", 4)  def_randfloor_si("fl-bluegray", 4)
242    def_randfloor_si("fl-red", 4)
243  def_randfloor_si("fl-sahara", 4)  def_randfloor_si("fl-sahara", 4)
244  def_randfloor_si("fl-tigris", 4)  def_randfloor_si("fl-tigris", 4)
245  def_randfloor_si("fl-samba", 2)  def_randfloor_si("fl-samba", 2)
# Line 559  def_stone("st-dummy") Line 560  def_stone("st-dummy")
560  -- pull stones --  -- pull stones --
561  -----------------  -----------------
562    
563  def_stone("st-pull", "sh-glass", {filename = "st-pull"})  do
564       def_subimages("st-pull",{modelname="st-pull-fg",h=5})
565  -- skips shadows for moving stones     def_subimages("sh-pull",{h=4,imgw=41,imgh=41})
 -- (I simply can't recognize that they are missing)  
566    
567  def_image("st-pull-l");     def_shmodel("st-pull",   "st-pull-fg1", "sh-glass")
568  def_image("st-pull-r");     def_shmodel("st-pull-t", "st-pull-fg2", "sh-pull1")
569  def_image("st-pull-t");     def_shmodel("st-pull-b", "st-pull-fg3", "sh-pull2")
570  def_image("st-pull-b");     def_shmodel("st-pull-r", "st-pull-fg4", "sh-pull3")
571       def_shmodel("st-pull-l", "st-pull-fg5", "sh-pull4")
572    end
573    
574  ------------------  ------------------
575  -- Death's head --  -- Death's head --

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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