diff options
author | Arun Persaud <arun@nubati.net> | 2008-09-13 09:23:34 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-09-13 09:51:25 -0700 |
commit | b0430639c8bb809dc46252ad240bb883a0937527 (patch) | |
tree | 444eaa79b852a4fedc7e661ba59cddbb8569dd74 | |
parent | dca957af7210156af72555bb8544fde47e756376 (diff) | |
download | e-DoKo-b0430639c8bb809dc46252ad240bb883a0937527.tar.gz e-DoKo-b0430639c8bb809dc46252ad240bb883a0937527.tar.bz2 e-DoKo-b0430639c8bb809dc46252ad240bb883a0937527.zip |
BUGFIX: added missing icons for rules
made some very simple icons for displaying the rules
Signed-off-by: Arun Persaud <arun@nubati.net>
-rw-r--r-- | css/standard011.css (renamed from css/standard010.css) | 3 | ||||
-rw-r--r-- | include/game.php | 37 | ||||
-rw-r--r-- | include/output.php | 2 | ||||
-rw-r--r-- | pics/button/1st-own-card.png | bin | 0 -> 1177 bytes | |||
-rw-r--r-- | pics/button/5th-card.png | bin | 0 -> 1220 bytes | |||
-rw-r--r-- | pics/button/9-cards.png | bin | 0 -> 1157 bytes | |||
-rw-r--r-- | pics/button/no-schweinchen.png | bin | 0 -> 3226 bytes | |||
-rw-r--r-- | pics/button/no-ten-of-hearts.png | bin | 0 -> 2963 bytes | |||
-rw-r--r-- | pics/button/rules.svg | 343 | ||||
-rw-r--r-- | pics/button/second-schweinchen-after-call.png | bin | 0 -> 1873 bytes | |||
-rw-r--r-- | pics/button/second-schweinchen.png | bin | 0 -> 1858 bytes | |||
-rw-r--r-- | pics/button/second-ten-of-hearts.png | bin | 0 -> 1643 bytes | |||
-rw-r--r-- | pics/button/ten-of-hearts.png | bin | 0 -> 1123 bytes | |||
-rw-r--r-- | pics/button/two-schweinchen.png | bin | 0 -> 1311 bytes |
14 files changed, 382 insertions, 3 deletions
diff --git a/css/standard010.css b/css/standard011.css index 5e36e22..90abd69 100644 --- a/css/standard010.css +++ b/css/standard011.css @@ -430,6 +430,9 @@ div.session div.sessionscore div{ div.session div.sessionscore:hover div{ display:block; } +div.session img.rulesicon { + height: 1em; +} .scoretable{ height:20em; diff --git a/include/game.php b/include/game.php index 8feda71..b509de3 100644 --- a/include/game.php +++ b/include/game.php @@ -126,8 +126,41 @@ if(myisset('call') && $_REQUEST['call'] == '0' && can_call(0,$me)) if($session) { echo "<div class=\"session\">\n"; - echo " <div class=\"sessionrules\">Rules (+icons for rules) \n"; - echo " <div>\n"; + echo " <div class=\"sessionrules\">Rules: "; + switch($RULES['dullen']) + { + case 'none': + echo "<img class=\"rulesicon\" alt=\"not ten of hearts\" src=\"pics/button/no-ten-of-hearts.png\"/>\n"; break; + case 'firstwins': + echo "<img class=\"rulesicon\" alt=\"ten of hearts\" src=\"pics/button/ten-of-hearts.png\"/>\n"; break; + case 'secondwins': + echo "<img class=\"rulesicon\" alt=\"second ten of hearts\" src=\"pics/button/second-ten-of-hearts.png\"/>\n"; break; + } + switch($RULES['schweinchen']) + { + case 'none': + echo "<img class=\"rulesicon\" alt=\"no schweinchen\" ". + "src=\"pics/button/no-schweinchen.png\"/>\n"; break; + case 'both': + echo "<img class=\"rulesicon\" alt=\"two schweinchen \" ". + "src=\"pics/button/two-schweinchen.png\"/>\n"; break; + case 'second': + echo "<img class=\"rulesicon\" alt=\"second schweinchen\" ". + "src=\"pics/button/second-schweinchen.png\"/>\n"; break; + case 'secondaftercall': + echo "<img class=\"rulesicon\" alt=\"second schweinchen after call\" ". + "src=\"pics/button/second-schweinchen-after-call.png\"/>\n"; break; + } + switch($RULES['call']) + { + case '1st-own-card': + echo "<img class=\"rulesicon\" alt=\"1st-own-card\" src=\"pics/button/1st-own-card.png\"/>\n"; break; + case '5th-card': + echo "<img class=\"rulesicon\" alt=\"5th-card\" src=\"pics/button/5th-card.png\"/>\n"; break; + case '9-cards': + echo "<img class=\"rulesicon\" alt=\"9-cards\" src=\"pics/button/9-cards.png\"/>\n"; break; + } + echo " <div>\n"; echo " 10ofhearts : {$RULES['dullen']} <br />\n"; echo " schweinchen: {$RULES['schweinchen']} <br />\n"; echo " call: {$RULES['call']} <br />\n"; diff --git a/include/output.php b/include/output.php index 0c75173..db9e2f1 100644 --- a/include/output.php +++ b/include/output.php @@ -270,7 +270,7 @@ function output_header() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard010.css" /> + <link rel="stylesheet" type="text/css" href="css/standard011.css" /> <script type="text/javascript"> var current=0; function hl(num) { diff --git a/pics/button/1st-own-card.png b/pics/button/1st-own-card.png Binary files differnew file mode 100644 index 0000000..99d2aac --- /dev/null +++ b/pics/button/1st-own-card.png diff --git a/pics/button/5th-card.png b/pics/button/5th-card.png Binary files differnew file mode 100644 index 0000000..dbab3a0 --- /dev/null +++ b/pics/button/5th-card.png diff --git a/pics/button/9-cards.png b/pics/button/9-cards.png Binary files differnew file mode 100644 index 0000000..5c6bb6d --- /dev/null +++ b/pics/button/9-cards.png diff --git a/pics/button/no-schweinchen.png b/pics/button/no-schweinchen.png Binary files differnew file mode 100644 index 0000000..8242c4b --- /dev/null +++ b/pics/button/no-schweinchen.png diff --git a/pics/button/no-ten-of-hearts.png b/pics/button/no-ten-of-hearts.png Binary files differnew file mode 100644 index 0000000..d2ec1ff --- /dev/null +++ b/pics/button/no-ten-of-hearts.png diff --git a/pics/button/rules.svg b/pics/button/rules.svg new file mode 100644 index 0000000..0b1af32 --- /dev/null +++ b/pics/button/rules.svg @@ -0,0 +1,343 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="744.09448819" + height="1052.3622047" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46+devel" + sodipodi:docname="rules.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <inkscape:path-effect + effect="spiro" + id="path-effect2547" /> + <inkscape:path-effect + id="path-effect2521" + effect="spiro" /> + <inkscape:path-effect + effect="spiro" + id="path-effect2500" /> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective10" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8" + inkscape:cx="317.98171" + inkscape:cy="632.11755" + inkscape:document-units="px" + inkscape:current-layer="g2666" + showgrid="false" + inkscape:window-width="1280" + inkscape:window-height="976" + inkscape:window-x="0" + inkscape:window-y="22" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1"> + <text + xml:space="preserve" + style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="273.21429" + y="422.71933" + id="text2491" + sodipodi:linespacing="125%" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/ten-of-hearts.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"><tspan + sodipodi:role="line" + id="tspan2493" + x="273.21429" + y="422.71933" + style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter">10</tspan></text> + <g + id="g2579" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/no-ten-of-hearts.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <text + sodipodi:linespacing="125%" + id="text2483" + y="422.71933" + x="200" + style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + y="422.71933" + x="200" + id="tspan2485" + sodipodi:role="line">10</tspan></text> + <path + inkscape:path-effect="#path-effect2521" + inkscape:original-d="m 202.85714,427.36218 26.07143,-27.14286 m 5.35714,13.57142 c 0,10.25143 -8.32,18.57143 -18.57143,18.57143 -10.25142,0 -18.57142,-8.32 -18.57142,-18.57143 0,-10.25143 8.32,-18.57143 18.57142,-18.57143 10.25143,0 18.57143,8.32 18.57143,18.57143 z" + d="m 202.85714,427.36218 26.07143,-27.14286 m 5.35714,13.57142 c 0,4.86199 -2.0015,9.69404 -5.43945,13.13198 -3.43794,3.43795 -8.26999,5.43945 -13.13198,5.43945 -4.86199,0 -9.69404,-2.0015 -13.13198,-5.43945 -3.43794,-3.43794 -5.43944,-8.26999 -5.43944,-13.13198 0,-4.86199 2.0015,-9.69404 5.43944,-13.13198 3.43794,-3.43795 8.26999,-5.43945 13.13198,-5.43945 4.86199,0 9.69404,2.0015 13.13198,5.43945 3.43795,3.43794 5.43945,8.26999 5.43945,13.13198" + style="fill:none;stroke:#2e3436;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path2498" /> + </g> + <g + id="g2584" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/second-ten-of-hearts.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <text + xml:space="preserve" + style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="355.35715" + y="422.71933" + id="text2487" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan2489" + x="355.35715" + y="422.71933" + style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter">10</tspan></text> + <g + transform="translate(-3.5714287,-5.7142862)" + id="g2511"> + <text + xml:space="preserve" + style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="388.92859" + y="414.14792" + id="text2503"><tspan + sodipodi:role="line" + id="tspan2505" + x="388.92859" + y="414.14792">2</tspan></text> + <text + xml:space="preserve" + style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + x="396.07144" + y="406.64789" + id="text2507" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan2509" + x="396.07144" + y="406.64789">nd</tspan></text> + </g> + </g> + <g + id="g2609" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/no-schweinchen.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <text + sodipodi:linespacing="125%" + id="text2553" + y="476.68771" + x="199.22812" + style="font-size:8.91515732px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + style="font-size:20.80203247px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + y="476.68771" + x="199.22812" + id="tspan2555" + sodipodi:role="line">Ace</tspan></text> + <path + id="path2535" + style="fill:none;stroke:#2e3436;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 202.85714,485.21932 26.07143,-27.14286 m 5.35714,13.57142 c 0,4.86199 -2.0015,9.69404 -5.43945,13.13198 -3.43794,3.43795 -8.26999,5.43945 -13.13198,5.43945 -4.86199,0 -9.69404,-2.0015 -13.13198,-5.43945 -3.43794,-3.43794 -5.43944,-8.26999 -5.43944,-13.13198 0,-4.86199 2.0015,-9.69404 5.43944,-13.13198 3.43794,-3.43795 8.26999,-5.43945 13.13198,-5.43945 4.86199,0 9.69404,2.0015 13.13198,5.43945 3.43795,3.43794 5.43945,8.26999 5.43945,13.13198" + inkscape:original-d="m 202.85714,485.21932 26.07143,-27.14286 m 5.35714,13.57142 c 0,10.25143 -8.32,18.57143 -18.57143,18.57143 -10.25142,0 -18.57142,-8.32 -18.57142,-18.57143 0,-10.25143 8.32,-18.57143 18.57142,-18.57143 10.25143,0 18.57143,8.32 18.57143,18.57143 z" + inkscape:path-effect="#path-effect2547" /> + </g> + <text + sodipodi:linespacing="125%" + id="text2557" + y="476.68771" + x="271.72812" + style="font-size:8.91515732px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/two-schweinchen.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"><tspan + style="font-size:20.80203247px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + y="476.68771" + x="271.72812" + id="tspan2559" + sodipodi:role="line">Ace</tspan></text> + <g + id="g2600" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/second-schweinchen.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <g + id="g2537" + transform="translate(-3.5714287,52.142857)"> + <text + id="text2539" + y="414.14792" + x="388.92859" + style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + y="414.14792" + x="388.92859" + id="tspan2541" + sodipodi:role="line">2</tspan></text> + <text + sodipodi:linespacing="125%" + id="text2543" + y="406.64789" + x="396.07144" + style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + xml:space="preserve"><tspan + y="406.64789" + x="396.07144" + id="tspan2545" + sodipodi:role="line">nd</tspan></text> + </g> + <text + sodipodi:linespacing="125%" + id="text2561" + y="476.68771" + x="352.44241" + style="font-size:8.91515732px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + style="font-size:20.80203247px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + y="476.68771" + x="352.44241" + id="tspan2563" + sodipodi:role="line">Ace</tspan></text> + </g> + <g + id="g2593" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/second-schweinchen-after-call.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <g + transform="translate(75,52.142857)" + id="g2565"> + <text + xml:space="preserve" + style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="388.92859" + y="414.14792" + id="text2567"><tspan + sodipodi:role="line" + id="tspan2569" + x="388.92859" + y="414.14792">120</tspan></text> + </g> + <text + xml:space="preserve" + style="font-size:8.91515732px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + x="431.01385" + y="476.68771" + id="text2575" + sodipodi:linespacing="125%"><tspan + sodipodi:role="line" + id="tspan2577" + x="431.01385" + y="476.68771" + style="font-size:20.80203247px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#cc0000;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter">Ace</tspan></text> + </g> + <g + id="g2654" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/1st-own-card.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <text + id="text2634" + y="527.36218" + x="202.5" + style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + y="527.36218" + x="202.5" + id="tspan2636" + sodipodi:role="line">1 own</tspan></text> + <text + sodipodi:linespacing="125%" + id="text2638" + y="517.00507" + x="208.57143" + style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + y="517.00507" + x="208.57143" + id="tspan2640" + sodipodi:role="line">st</tspan></text> + </g> + <g + id="g2660" + transform="translate(-0.3571429,5.3571429)" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/5th-card.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"> + <text + id="text2642" + y="522.36218" + x="275.35715" + style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + y="522.36218" + x="275.35715" + id="tspan2644" + sodipodi:role="line">5 card</tspan></text> + <text + sodipodi:linespacing="125%" + id="text2646" + y="512.36218" + x="281.42859" + style="font-size:12px;font-style:normal;font-weight:normal;line-height:125%;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter" + y="512.36218" + x="281.42859" + id="tspan2648" + sodipodi:role="line">th</tspan></text> + </g> + <g + id="g2666" + transform="translate(-2.8571429,7.1428572)"> + <text + id="text2650" + y="520.93359" + x="358.71429" + style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" + xml:space="preserve" + inkscape:export-filename="/home/arun/public_html/edoko/pics/button/9-cards.png" + inkscape:export-xdpi="150" + inkscape:export-ydpi="150"><tspan + y="520.93359" + x="358.71429" + id="tspan2652" + sodipodi:role="line">9-cards</tspan></text> + </g> + </g> +</svg> diff --git a/pics/button/second-schweinchen-after-call.png b/pics/button/second-schweinchen-after-call.png Binary files differnew file mode 100644 index 0000000..928b240 --- /dev/null +++ b/pics/button/second-schweinchen-after-call.png diff --git a/pics/button/second-schweinchen.png b/pics/button/second-schweinchen.png Binary files differnew file mode 100644 index 0000000..b607654 --- /dev/null +++ b/pics/button/second-schweinchen.png diff --git a/pics/button/second-ten-of-hearts.png b/pics/button/second-ten-of-hearts.png Binary files differnew file mode 100644 index 0000000..6033f09 --- /dev/null +++ b/pics/button/second-ten-of-hearts.png diff --git a/pics/button/ten-of-hearts.png b/pics/button/ten-of-hearts.png Binary files differnew file mode 100644 index 0000000..a5e9123 --- /dev/null +++ b/pics/button/ten-of-hearts.png diff --git a/pics/button/two-schweinchen.png b/pics/button/two-schweinchen.png Binary files differnew file mode 100644 index 0000000..1c661ff --- /dev/null +++ b/pics/button/two-schweinchen.png |