/[cuyo]/cuyo/data/labskaus.ld
ViewVC logotype

Diff of /cuyo/data/labskaus.ld

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

revision 1.7 by caeles, Fri Nov 25 22:22:35 2005 UTC revision 1.8 by caeles, Sun Nov 27 02:57:04 2005 UTC
# Line 30  Labskaus = { Line 30  Labskaus = {
30    startpic = inGras    startpic = inGras
31    startdist="BACDADBCDB"    startdist="BACDADBCDB"
32    chaingrass = 1    chaingrass = 1
33    emptypic = jhBallons    emptypic = jhballons
34    
35    <<    <<
36      var zeit, zeit2;    # Für jjJahr      var zeit, zeit2;    # Für jjJahr
37      var drehpos;        # Für Baelle      var drehpos;        # Für Baelle
   
     global={  
       zeit = (zeit + 1) % 512; # 32*4*4  
       zeit2 = zeit / 32;  
       drehpos = (drehpos + 1) % 12;  
     };  
38    >>    >>
39    
40      global = {
41        <<
42          global={
43            zeit = (zeit + 1) % 512; # 32*4*4
44            zeit2 = zeit / 32;
45    
46            drehpos = (drehpos + 1) % 12;
47          };
48        >>
49      }
50    
51      jhballons = {
52        pics=jhBallons.xpm
53    
54        <<
55          var ballon, ballon_x, ballon_y;
56    
57          jhballons = {
58            if ballon -> {   # Das Ballon-Malen gehört irgendwann in semiglobal
59              @@(ballon_x,ballon_y)*;
60              ballon_y-=1;
61              ballon = ballon_y>=0;
62            }
63            else ->
64              if 1:10000 -> {ballon=1; ballon_x=rnd(10); ballon_y=20};
65          };
66        >>
67      }
68    
69    ivElephant = {    ivElephant = {
70      numexplode = 6      numexplode = 6
71      numexplode1 = 9      numexplode1 = 9
# Line 131  Labskaus = { Line 154  Labskaus = {
154      >>      >>
155    }    }
156    
   jhBallons = {  
     pics=jhBallons.xpm  
   
     <<  
       var ballon;  
   
       jhBallons = {  
         if ballon@(0,1)==1 || (????0??? && 1:1000)  
           => {{ballon@(0,0)=1;*}, ballon@(0,0)=0};  
       };  
     >>  
   }  
   
157    silbergold = {    silbergold = {
158      pics = mgsSilberGold.xpm      pics = mgsSilberGold.xpm
159      neighbours = 4      neighbours = 4

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

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