enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/data/levels ant07.lua, 1.6, 1.6.2.1 ant07.png, 1.5,


From: Petr Machata <address@hidden>
Subject: [Enigma-cvs] enigma/data/levels ant07.lua, 1.6, 1.6.2.1 ant07.png, 1.5, 1.5.2.1 ant08.png, 1.4, 1.4.2.1 martin58.png, 1.3, 1.3.2.1
Date: Sun, 19 Oct 2003 17:22:50 +0000

Update of /cvsroot/enigma/enigma/data/levels
In directory subversions:/tmp/cvs-serv6262

Modified Files:
      Tag: enigma0_80_rc
        ant07.lua ant07.png ant08.png martin58.png 
Log Message:

fixed ant07.lua, updated level images


Index: ant08.png
===================================================================
RCS file: /cvsroot/enigma/enigma/data/levels/ant08.png,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
Binary files /tmp/cvsHVKjbt and /tmp/cvs8JyQ9L differ

Index: ant07.lua
===================================================================
RCS file: /cvsroot/enigma/enigma/data/levels/ant07.lua,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** ant07.lua   18 Aug 2003 11:11:28 -0000      1.6
--- ant07.lua   19 Oct 2003 17:22:47 -0000      1.6.2.1
***************
*** 4,7 ****
--- 4,8 ----
  -- 2003-02-10 -- keeping up to date with latest additions to ant.lua
  -- 2003-06-23 -- changed abyss to water, because st-bolder now falls into 
abyss [ralf]
+ -- 2003-10-19 -- making triggers unreachable. Still hackable, but it's more 
difficult.
  
  dofile(enigma.FindDataFile("levels/ant.lua"))
***************
*** 24,47 ****
  cells["."]=cell{floor="fl-water"}
  cells["#"]=cell{stone="st-greenbrown"}
- cells["O"]=cell{actor={"ac-blackball", {player=0}}}
  cells["m"]=cell{item= {"it-magicwand"}}
! cells["T"]=cell{parent=cells["."],item={"it-trigger", {action="callback", 
target="turnbolder", invisible=1}}}
  cells[">"]=cell{stone={"st-bolder", {direction=EAST, name="bolder1"}}}
- cells["0"]=oxyd
  
  level = {
!    "####0##########0####",
!    "#....          ....#",
!    "#.                .#",
!    "#.                .#",
!    "0.  T   >      T  .0",
     "#                  #",
     "#       m O        #",
     "#                  #",
!    "0.  T          T  .0",
!    "#.                .#",
!    "#.                .#",
!    "#....          ....#",
!    "####0##########0####"
  }
  
--- 25,46 ----
  cells["."]=cell{floor="fl-water"}
  cells["#"]=cell{stone="st-greenbrown"}
  cells["m"]=cell{item= {"it-magicwand"}}
! cells["T"]=cell{item= {"it-trigger", {action="callback", target="turnbolder", 
invisible=0}}}
  cells[">"]=cell{stone={"st-bolder", {direction=EAST, name="bolder1"}}}
  
  level = {
!    "###0############0###",
!    "#...            ...#",
!    "#...            ...#",
!    "0..T.   >      .T..0",
!    "#  ..          ..  #",
     "#                  #",
     "#       m O        #",
     "#                  #",
!    "#  ..          ..  #",
!    "0..T.          .T..0",
!    "#...            ...#",
!    "#...            ...#",
!    "###0############0###"
  }
  

Index: ant07.png
===================================================================
RCS file: /cvsroot/enigma/enigma/data/levels/ant07.png,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
Binary files /tmp/cvsNDrHRv and /tmp/cvse5c9wR differ

Index: martin58.png
===================================================================
RCS file: /cvsroot/enigma/enigma/data/levels/martin58.png,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
Binary files /tmp/cvsif8Iex and /tmp/cvsInZ1fU differ





reply via email to

[Prev in Thread] Current Thread [Next in Thread]