/[enigma]/enigma/data/init.lua
ViewVC logotype

Diff of /enigma/data/init.lua

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by dheck, Sun Jun 15 10:16:59 2003 UTC revision 1.24 by reallysoft, Tue Jun 17 17:12:15 2003 UTC
# Line 276  PUZ_1111=16                     -- nesw Line 276  PUZ_1111=16                     -- nesw
276  function puzzle(x, y, conn)  function puzzle(x, y, conn)
277      return set_stone("st-puzzle", x,y, {connections=conn})      return set_stone("st-puzzle", x,y, {connections=conn})
278  end  end
279    function puzzle2(x, y, conn)
280        return set_stone("st-puzzle", x,y, {connections=conn,oxyd=1})
281    end
282    
283  function switch(x,y,target,action)  function switch(x,y,target,action)
284      return set_stone("st-switch", x,y, {target=target, action=action})      return set_stone("st-switch", x,y, {target=target, action=action})
285  end  end

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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