/[enigma]/enigma/data/levels/ralf_sokoban.lua
ViewVC logotype

Diff of /enigma/data/levels/ralf_sokoban.lua

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

revision 1.8 by reallysoft, Thu Apr 10 22:03:08 2003 UTC revision 1.9 by reallysoft, Sun Apr 20 19:47:56 2003 UTC
# Line 18  dofile(enigma.FindDataFile("levels/ralf. Line 18  dofile(enigma.FindDataFile("levels/ralf.
18  --  --
19  -- '!'      space outside level  -- '!'      space outside level
20  -- ' '      normalfloor  -- ' '      normalfloor
21  -- '_'      normalfloor (unreachable after pushing all boxes)  -- '_'      normalfloor (unreachable after pushing all boxes onto targets)
22    -- 'x'      normalfloor (completely unreachable)
23  -- '#'      walls  -- '#'      walls
24  -- 'o'      boxes  -- 'o'      boxes
25  -- '.'      targets  -- '.'      targets
# Line 251  function init(num) Line 252  function init(num)
252     cells["!"] = cell{parent = {set_spacecell}}     cells["!"] = cell{parent = {set_spacecell}}
253     cells[" "] = floorcell     cells[" "] = floorcell
254     cells["_"] = floorcell     cells["_"] = floorcell
255       cells["x"] = floorcell
256     cells["#"] = cell{parent = floorcell, stone = {face = wallface}}     cells["#"] = cell{parent = floorcell, stone = {face = wallface}}
257    
258     cells["o"] = cell{parent = floorcell, stone = {face = boxface}}     cells["o"] = cell{parent = floorcell, stone = {face = boxface}}

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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