/usr/share/games/cuyo/hexkugeln.ld is in cuyo-data 2.0.0brl1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | #
# Copyright <=2004 by Immanuel Halupczok
# Maintenance modifications 2005,2006,2008,2011 by the cuyo developers
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# The above notices apply to this file and to:
# i6Blau.xpm[.gz], i6Gelb.xpm[.gz], i6Grau.xpm[.gz], i6Gross1.xpm[.gz],
# i6Gross2.xpm[.gz], i6Gross3.xpm[.gz], i6Hintergrund.xpm[.gz],
# i6Lila.xpm[.gz], i6Oben.xpm[.gz], i6Rot.xpm[.gz], i6Weiss.xpm[.gz]
#
# referenced from memory.ld
HexKugeln={
name="Balls & Rods"
author="Immi"
numexplode=5
chaingrass=1
pics=i6Weiss.xpm,i6Gelb.xpm,i6Rot.xpm,i6Blau.xpm,i6Lila.xpm
bgcolor=200,200,155
bgpic=i6Hintergrund.xpm
topcolor=0,0,0
toppic=i6Oben.xpm
topoverlap=13
toptime=50
startpic=i6Gross
startdist="..B.ABC...",".ABCABC...",".ABC-B-..."
startdist[1]="..........","C.........","C.B.ABC.B.","-ABCABCABC","-ABC-B-ABC"
greypic=i6Grau.xpm
textcolor=0,100,0
neighbours=<neighbours_hex6>
randomgreys[1]=100
description="Most dense packing of spheres"
<<
i6Weiss=schemaHex8;
i6Gelb=schemaHex8;
i6Rot=schemaHex8;
i6Blau=schemaHex8;
i6Lila=schemaHex8;
i6Gross={file=version;switch {
0??1??->A;
1??1??->B;
1??0??->C;
0??0??->D;
};*};
>>
i6Gross={
pics=i6Gross1.xpm,i6Gross2.xpm,i6Gross3.xpm
}
}
|