]> git.cworth.org Git - kub/commitdiff
Draw tiles owned by player in a way which differentiates them from tiles on board
authorKevin Worth <kworth@kworth-laptop.(none)>
Tue, 7 Jul 2009 12:16:06 +0000 (08:16 -0400)
committerKevin Worth <kworth@kworth-laptop.(none)>
Tue, 7 Jul 2009 12:26:32 +0000 (08:26 -0400)
kub.c
tiles/blank_tile.svg [new file with mode: 0644]
tiles/blanktile.svg [deleted file]
tiles/owned_tile.svg [new file with mode: 0644]
tiles/selected_tile.svg [new file with mode: 0644]
tiles/selectedtile.svg [deleted file]

diff --git a/kub.c b/kub.c
index 74a37496700835deec7a47db8d802def15c43301..91ca7fb1036fa0be0cc067204b119be8ddaa6047 100644 (file)
--- a/kub.c
+++ b/kub.c
@@ -54,6 +54,7 @@ typedef struct tile {
     int x;
     int y;
     int selected;
+    int owned;
 } tile_t;
 
 #define DECK_MAX_TILES 104
@@ -97,6 +98,7 @@ typedef struct game {
     selection_box_t selection_box;
     RsvgHandle *blanktile;
     RsvgHandle *selectedtile;
+    RsvgHandle *ownedtile;
 
     int current_tile;
     int select_mode;
@@ -128,6 +130,7 @@ static void tile_init (tile_t *tile, color_t color, int number)
     tile->x = 0;
     tile->y = 0;
     tile->selected = 0;
+    tile->owned = 0;
 }
 
 static void tile_set_x_y (tile_t *tile, int x, int y)
@@ -163,6 +166,8 @@ static void tile_draw(game_t *game, tile_t *tile, cairo_t *cr, GdkRegion *region
 
     if (tile->selected)
        rsvg_handle_render_cairo (game->selectedtile, cr);
+    if (tile->owned)
+       rsvg_handle_render_cairo (game->ownedtile, cr); 
     else
        rsvg_handle_render_cairo (game->blanktile, cr);
 
@@ -364,6 +369,7 @@ static void deck_deal(game_t *game, deck_t *deck)
            temp = deck->tiles[rand_tile];
            deck->tiles[rand_tile] = deck->tiles[deck->num_tiles - 1];
            game->players[i].hand.tiles[j] = temp;
+           game->players[i].hand.tiles[j].owned = 1;
            deck->num_tiles -= 1;
            game->players[i].hand.num_tiles += 1;
        }
@@ -484,11 +490,15 @@ static void game_init(game_t *game)
     deck_init(&game->deck);
     deck_shuffle(&game->deck);
 
-    game->selectedtile = rsvg_handle_new_from_file ("tiles/selectedtile.svg", &error);
+    game->selectedtile = rsvg_handle_new_from_file ("tiles/selected_tile.svg", &error);
     if (error)
        FATAL_ERROR (error->message);
 
-    game->blanktile = rsvg_handle_new_from_file ("tiles/blanktile.svg", &error);
+    game->ownedtile = rsvg_handle_new_from_file ("tiles/owned_tile.svg", &error);
+    if (error)
+       FATAL_ERROR (error->message);
+
+    game->blanktile = rsvg_handle_new_from_file ("tiles/blank_tile.svg", &error);
     if (error)
        FATAL_ERROR (error->message);
 
diff --git a/tiles/blank_tile.svg b/tiles/blank_tile.svg
new file mode 100644 (file)
index 0000000..08080de
--- /dev/null
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="544"
+   height="852"
+   id="svg1421"
+   sodipodi:version="0.32"
+   inkscape:version="0.43"
+   sodipodi:docname="blanktile.svg"
+   sodipodi:docbase="/home/kworth/kub/tiles">
+  <metadata
+     id="metadata1438">
+    <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>
+  <defs
+     id="defs1436" />
+  <sodipodi:namedview
+     inkscape:window-height="543"
+     inkscape:window-width="791"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="7.3333333"
+     inkscape:cx="38.113495"
+     inkscape:cy="827"
+     inkscape:window-x="5"
+     inkscape:window-y="25"
+     inkscape:current-layer="svg1421" />
+  <rect
+     id="tile"
+     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
+     width="35"
+     height="50"
+     x="0"
+     y="0" />
+  <g
+     id="sun"
+     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
+     transform="matrix(0.5905,0,0,0.5905,-56.74979,-52.44054)">
+<!-- Triangular rays around the sun -->    <path
+       d="M 139.38034,162.33228 L 132.916,161.60434 L 131.18921,168.5345 L 125.8984,164.2523 L 120.91689,168.73756 L 119.6583,162.38682 L 112.48703,162.86394 L 114.80783,156.12386 L 109.11958,153.15712 L 114.8007,149.75492 L 112.10076,143.3248 L 119.03117,143.60194 L 120.29189,137.12259 L 125.36176,141.10086 L 130.56421,136.91952 L 132.1242,143.32475 L 138.99407,142.79315 L 136.39722,148.95452 L 142.36152,152.49996 L 136.64051,156.25356 L 139.38034,162.33228 z "
+       id="path1425" />
+<!-- The circle of the sun itself -->    <path
+       transform="matrix(0.98685,-0.161642,0.161642,0.98685,-19.31536,24.84557)"
+       d="M 133.69581,149.74696 C 133.69843,155.9537 128.66761,160.98664 122.46087,160.98664 C 116.25413,160.98664 111.22331,155.9537 111.22593,149.74696 C 111.22331,143.54022 116.25413,138.50728 122.46087,138.50728 C 128.66761,138.50728 133.69843,143.54022 133.69581,149.74696 z "
+       id="path1427" />
+<!-- The right eye of the sun -->    <path
+       transform="translate(9.112005,3.852231)"
+       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
+       id="path1429" />
+<!-- The left eye of the sun -->    <path
+       transform="translate(2.407652,3.667036)"
+       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
+       id="path1431" />
+<!-- The sun's grumpy mouth -->    <path
+       d="M 119.78955,156.19997 C 119.78296,156.70099 120.16156,156.94238 120.60445,157.38527 C 120.83248,157.61331 121.18299,157.78567 121.41934,157.90384 C 122.00513,158.19674 122.87596,158.05201 123.5677,158.05201 C 124.43595,158.05201 124.64727,157.91967 125.41974,157.53344 C 125.86375,157.31143 126.22871,157.01783 126.67912,156.79262 C 127.13862,156.56287 127.62672,156.57811 128.08667,156.34813 C 128.38261,156.20017 129.25716,156.34443 129.56829,156.42222 C 130.05387,156.54361 130.68093,156.8231 131.124,157.08895 C 131.41598,157.26413 131.6912,157.59827 131.86482,157.82976 C 131.97287,157.97384 132.09156,158.06099 132.16115,158.20017"
+       id="path1433" />
+  </g>
+</svg>
diff --git a/tiles/blanktile.svg b/tiles/blanktile.svg
deleted file mode 100644 (file)
index 08080de..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="544"
-   height="852"
-   id="svg1421"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   sodipodi:docname="blanktile.svg"
-   sodipodi:docbase="/home/kworth/kub/tiles">
-  <metadata
-     id="metadata1438">
-    <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>
-  <defs
-     id="defs1436" />
-  <sodipodi:namedview
-     inkscape:window-height="543"
-     inkscape:window-width="791"
-     inkscape:pageshadow="2"
-     inkscape:pageopacity="0.0"
-     borderopacity="1.0"
-     bordercolor="#666666"
-     pagecolor="#ffffff"
-     id="base"
-     inkscape:zoom="7.3333333"
-     inkscape:cx="38.113495"
-     inkscape:cy="827"
-     inkscape:window-x="5"
-     inkscape:window-y="25"
-     inkscape:current-layer="svg1421" />
-  <rect
-     id="tile"
-     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
-     width="35"
-     height="50"
-     x="0"
-     y="0" />
-  <g
-     id="sun"
-     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
-     transform="matrix(0.5905,0,0,0.5905,-56.74979,-52.44054)">
-<!-- Triangular rays around the sun -->    <path
-       d="M 139.38034,162.33228 L 132.916,161.60434 L 131.18921,168.5345 L 125.8984,164.2523 L 120.91689,168.73756 L 119.6583,162.38682 L 112.48703,162.86394 L 114.80783,156.12386 L 109.11958,153.15712 L 114.8007,149.75492 L 112.10076,143.3248 L 119.03117,143.60194 L 120.29189,137.12259 L 125.36176,141.10086 L 130.56421,136.91952 L 132.1242,143.32475 L 138.99407,142.79315 L 136.39722,148.95452 L 142.36152,152.49996 L 136.64051,156.25356 L 139.38034,162.33228 z "
-       id="path1425" />
-<!-- The circle of the sun itself -->    <path
-       transform="matrix(0.98685,-0.161642,0.161642,0.98685,-19.31536,24.84557)"
-       d="M 133.69581,149.74696 C 133.69843,155.9537 128.66761,160.98664 122.46087,160.98664 C 116.25413,160.98664 111.22331,155.9537 111.22593,149.74696 C 111.22331,143.54022 116.25413,138.50728 122.46087,138.50728 C 128.66761,138.50728 133.69843,143.54022 133.69581,149.74696 z "
-       id="path1427" />
-<!-- The right eye of the sun -->    <path
-       transform="translate(9.112005,3.852231)"
-       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
-       id="path1429" />
-<!-- The left eye of the sun -->    <path
-       transform="translate(2.407652,3.667036)"
-       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
-       id="path1431" />
-<!-- The sun's grumpy mouth -->    <path
-       d="M 119.78955,156.19997 C 119.78296,156.70099 120.16156,156.94238 120.60445,157.38527 C 120.83248,157.61331 121.18299,157.78567 121.41934,157.90384 C 122.00513,158.19674 122.87596,158.05201 123.5677,158.05201 C 124.43595,158.05201 124.64727,157.91967 125.41974,157.53344 C 125.86375,157.31143 126.22871,157.01783 126.67912,156.79262 C 127.13862,156.56287 127.62672,156.57811 128.08667,156.34813 C 128.38261,156.20017 129.25716,156.34443 129.56829,156.42222 C 130.05387,156.54361 130.68093,156.8231 131.124,157.08895 C 131.41598,157.26413 131.6912,157.59827 131.86482,157.82976 C 131.97287,157.97384 132.09156,158.06099 132.16115,158.20017"
-       id="path1433" />
-  </g>
-</svg>
diff --git a/tiles/owned_tile.svg b/tiles/owned_tile.svg
new file mode 100644 (file)
index 0000000..cab790c
--- /dev/null
@@ -0,0 +1,210 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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="544"
+   height="852"
+   id="svg1421"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="blanktileowned2.svg"
+   sodipodi:docbase="/home/kworth/kub/tiles"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata1438">
+    <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>
+  <defs
+     id="defs1436">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 426 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="544 : 426 : 1"
+       inkscape:persp3d-origin="272 : 284 : 1"
+       id="perspective2532" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="687"
+     inkscape:window-width="791"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="9.0588235"
+     inkscape:cx="17.5"
+     inkscape:cy="827"
+     inkscape:window-x="485"
+     inkscape:window-y="51"
+     inkscape:current-layer="sun"
+     showgrid="false" />
+  <rect
+     id="tile"
+     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
+     width="35"
+     height="50"
+     x="0"
+     y="0" />
+  <g
+     id="sun"
+     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
+     transform="matrix(0.5905,0,0,0.5905,-56.74979,-52.44054)">
+<!-- Triangular rays around the sun -->    <path
+       d="M 139.38034,162.33228 L 132.916,161.60434 L 131.18921,168.5345 L 125.8984,164.2523 L 120.91689,168.73756 L 119.6583,162.38682 L 112.48703,162.86394 L 114.80783,156.12386 L 109.11958,153.15712 L 114.8007,149.75492 L 112.10076,143.3248 L 119.03117,143.60194 L 120.29189,137.12259 L 125.36176,141.10086 L 130.56421,136.91952 L 132.1242,143.32475 L 138.99407,142.79315 L 136.39722,148.95452 L 142.36152,152.49996 L 136.64051,156.25356 L 139.38034,162.33228 z "
+       id="path1425" />
+<!-- The circle of the sun itself -->    <path
+       transform="matrix(0.98685,-0.161642,0.161642,0.98685,-19.31536,24.84557)"
+       d="M 133.69581,149.74696 C 133.69843,155.9537 128.66761,160.98664 122.46087,160.98664 C 116.25413,160.98664 111.22331,155.9537 111.22593,149.74696 C 111.22331,143.54022 116.25413,138.50728 122.46087,138.50728 C 128.66761,138.50728 133.69843,143.54022 133.69581,149.74696 z "
+       id="path1427" />
+<!-- The right eye of the sun -->    <path
+       transform="translate(9.112005,3.852231)"
+       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
+       id="path1429" />
+<!-- The left eye of the sun -->    <path
+       transform="translate(2.407652,3.667036)"
+       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
+       id="path1431" />
+<!-- The sun's grumpy mouth -->    <path
+       d="M 119.78955,156.19997 C 119.78296,156.70099 120.16156,156.94238 120.60445,157.38527 C 120.83248,157.61331 121.18299,157.78567 121.41934,157.90384 C 122.00513,158.19674 122.87596,158.05201 123.5677,158.05201 C 124.43595,158.05201 124.64727,157.91967 125.41974,157.53344 C 125.86375,157.31143 126.22871,157.01783 126.67912,156.79262 C 127.13862,156.56287 127.62672,156.57811 128.08667,156.34813 C 128.38261,156.20017 129.25716,156.34443 129.56829,156.42222 C 130.05387,156.54361 130.68093,156.8231 131.124,157.08895 C 131.41598,157.26413 131.6912,157.59827 131.86482,157.82976 C 131.97287,157.97384 132.09156,158.06099 132.16115,158.20017"
+       id="path1433" />
+    <path
+       style="fill:#a15d2e;fill-opacity:1;stroke-width:0.11038961"
+       d="M 16.567276,44.024445 C 13.127132,43.517951 10.718552,40.177478 11.321123,36.748527 C 11.748137,34.318581 13.546279,32.35048 15.915395,31.720005 C 16.702612,31.510509 18.232882,31.513468 19.060898,31.726089 C 21.026229,32.230751 22.641191,33.677675 23.369479,35.586364 C 23.728151,36.526368 23.854842,38.181648 23.642748,39.156752 C 23.116995,41.573903 21.064665,43.540055 18.611001,43.977215 C 17.636596,44.150822 17.454262,44.155035 16.567274,44.024444 L 16.567276,44.024445 z M 17.60637,40.791338 C 18.652524,40.212687 19.01842,40.123137 19.684095,40.28283 C 20.04507,40.36943 20.403156,40.558347 20.679443,40.807955 C 21.109734,41.1967 21.111611,41.197192 21.329866,40.978937 C 21.548123,40.760685 21.548072,40.759186 21.312836,40.460132 C 21.011328,40.076826 20.131852,39.630145 19.511165,39.545071 C 18.952062,39.468438 18.461957,39.603023 17.455844,40.109481 C 16.173167,40.755155 15.057085,40.716464 14.499,40.006974 C 14.240395,39.678212 13.784966,39.650316 13.726063,39.95963 C 13.676687,40.218907 14.182182,40.769758 14.723883,41.046988 C 15.128064,41.253835 15.312788,41.27864 16.060916,41.226507 C 16.773226,41.176867 17.050514,41.098789 17.60637,40.791335 L 17.60637,40.791338 z M 19.92059,37.257269 C 20.482685,37.022411 20.707381,36.575654 20.669362,35.768507 C 20.65059,35.370057 19.978129,34.758442 19.558804,34.758442 C 18.412775,34.758442 17.862159,36.051478 18.623095,36.955801 C 18.861518,37.239148 18.999895,37.310208 19.474,37.392759 C 19.521488,37.401026 19.722452,37.340056 19.920592,37.257268 L 19.92059,37.257269 z M 15.960545,37.141039 C 16.419054,36.949461 16.701368,36.54133 16.715298,36.049918 C 16.745892,34.970677 15.783087,34.319517 14.914969,34.832328 C 14.507356,35.073109 14.31149,35.455346 14.325326,35.983017 C 14.339333,36.517116 14.609132,36.93882 15.063202,37.13633 C 15.50553,37.328735 15.511254,37.328763 15.960544,37.141039 L 15.960545,37.141039 z"
+       id="path2521"
+       transform="matrix(1.6934801,0,0,1.6934801,96.10464,88.807011)" />
+  </g>
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 10.488064,33.781311 L 9.9853599,32.554545 L 10.419883,32.555515 C 10.658869,32.556048 11.266003,32.59536 11.769069,32.642875 L 12.683732,32.729265 L 12.227841,33.261873 C 11.977101,33.554807 11.626971,34.067767 11.449774,34.401786 C 11.272577,34.735805 11.096812,35.008863 11.059184,35.008584 C 11.021556,35.008306 10.764551,34.456033 10.488064,33.781311 z"
+     id="path2536" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 9.4428317,38.524824 L 8.4403503,37.971517 L 9.0337408,37.607803 C 9.3601053,37.407761 9.841904,37.113873 10.104404,36.954721 L 10.581677,36.66535 L 10.581677,37.882674 C 10.581677,38.552204 10.550995,39.09508 10.513495,39.089066 C 10.475995,39.083051 9.9941962,38.829144 9.4428317,38.524825 L 9.4428317,38.524824 z"
+     id="path2538" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 10.240768,43.22743 C 10.240768,43.150831 10.443228,42.528148 10.69068,41.843694 L 11.140593,40.59923 L 11.422729,41.179162 C 11.577903,41.498122 11.994765,42.08125 12.349089,42.475 L 12.993313,43.190909 L 12.537497,43.191875 C 12.286795,43.192412 11.667472,43.231967 11.161222,43.279779 C 10.568916,43.335716 10.240768,43.317058 10.240768,43.227433 L 10.240768,43.22743 z"
+     id="path2540" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 14.827289,46.229336 C 14.667724,45.68309 14.435344,44.26906 14.495287,44.209117 C 14.530691,44.173715 14.916831,44.267635 15.353377,44.417829 C 15.789926,44.568018 16.298415,44.690909 16.483359,44.690909 C 16.900132,44.690909 16.808054,44.817835 15.68631,45.789617 C 15.023372,46.36393 14.886996,46.43374 14.827289,46.229339 L 14.827289,46.229336 z"
+     id="path2542" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 19.342824,45.537671 L 18.422154,44.768413 L 19.20646,44.549834 C 19.63783,44.429616 20.260198,44.191753 20.589502,44.021249 L 21.188235,43.711246 L 21.104586,44.030623 C 21.058579,44.20628 20.915998,44.794886 20.787738,45.338636 C 20.659477,45.882386 20.489053,46.322695 20.409017,46.3171 C 20.328978,46.311502 19.849194,45.960761 19.342824,45.53767 L 19.342824,45.537671 z"
+     id="path2544" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 23.740768,42.868536 C 23.103268,42.800387 22.558169,42.724375 22.529439,42.699621 C 22.500708,42.674867 22.673859,42.430633 22.91422,42.156876 C 23.154579,41.883122 23.450249,41.451515 23.571259,41.197751 C 23.692273,40.943988 23.830864,40.736364 23.879244,40.736364 C 23.963767,40.736364 25.004606,42.94768 24.934237,42.977754 C 24.915329,42.985831 24.378268,42.936686 23.740768,42.868537 L 23.740768,42.868536 z"
+     id="path2546" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 24.354404,37.674453 C 24.354404,36.282566 24.360763,36.253374 24.627131,36.422387 C 24.777131,36.517562 25.287659,36.828502 25.761637,37.113365 L 26.623413,37.631294 L 25.526557,38.365648 C 24.923284,38.769542 24.412757,39.099903 24.392051,39.099785 C 24.371343,39.099667 24.354404,38.458267 24.354404,37.674455 L 24.354404,37.674453 z"
+     id="path2548" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 23.410209,34.124238 C 23.269292,33.862571 22.88982,33.380519 22.56694,33.053013 L 21.979884,32.457546 L 23.301178,32.378714 C 24.027889,32.33536 24.646474,32.323889 24.675812,32.353226 C 24.743151,32.420567 23.834171,34.595811 23.737686,34.59822 C 23.698494,34.599201 23.551127,34.385908 23.41021,34.12424 L 23.410209,34.124238 z"
+     id="path2550" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d=""
+     id="path2552" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 14.104435,31.338483 C 14.151011,31.105603 14.26179,30.520657 14.350612,30.038605 L 14.512106,29.162147 L 15.594984,29.999853 L 16.677861,30.837557 L 15.915239,31.010758 C 15.495794,31.10602 14.897719,31.313998 14.586182,31.472932 L 14.019752,31.761903 L 14.104435,31.338483 z"
+     id="path2554" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 19.786222,31.237496 C 19.298722,31.065851 18.695313,30.923786 18.445314,30.921798 C 18.195314,30.919809 18.011222,30.862293 18.036223,30.793986 C 18.061224,30.725679 18.541904,30.301518 19.104404,29.851409 L 20.127131,29.033028 L 20.430404,30.214241 C 20.597203,30.863909 20.71993,31.430133 20.703131,31.472518 C 20.686331,31.514904 20.273722,31.409143 19.786222,31.237496 z"
+     id="path2556" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 19.131678,36.481817 C 18.907383,36.257525 18.92596,35.759227 19.166042,35.559977 C 19.434714,35.337001 19.876131,35.498538 19.969044,35.853835 C 20.126508,36.455984 19.543255,36.893396 19.131677,36.481818 L 19.131678,36.481817 z"
+     id="path2558" />
+  <path
+     style="fill:#a05a2c;fill-opacity:0.98431373"
+     d="M 15.096266,36.293392 C 14.943194,35.894493 15.011685,35.56511 15.277258,35.422979 C 15.637954,35.229939 15.659264,35.236396 15.906407,35.613583 C 16.075503,35.871656 16.090281,36.007956 15.972934,36.227219 C 15.793855,36.561831 15.216013,36.605448 15.096266,36.293392 z"
+     id="path2560" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 15.38586,36.485848 C 15.202197,36.462412 15.116716,36.372722 15.059947,36.143888 C 14.995539,35.884255 15.03768,35.650663 15.172654,35.519151 C 15.257987,35.436004 15.46356,35.327422 15.560174,35.314463 C 15.650105,35.302401 15.692381,35.331836 15.805208,35.485073 C 16.037118,35.800042 16.083105,35.963221 15.995177,36.159151 C 15.891084,36.391101 15.651221,36.519708 15.38586,36.485848 L 15.38586,36.485848 z"
+     id="path2492" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 19.341337,36.718652 C 19.188689,36.675771 19.039032,36.546577 18.963634,36.392594 C 18.788366,36.03465 18.9143,35.602063 19.244986,35.42614 C 19.306682,35.393317 19.344868,35.386704 19.472533,35.386733 C 19.60535,35.386764 19.637427,35.39281 19.711506,35.431785 C 19.820645,35.489205 19.949044,35.626261 20.00194,35.741801 C 20.118989,35.997469 20.067181,36.346433 19.881695,36.551744 C 19.754065,36.693016 19.514022,36.767161 19.341337,36.718652 L 19.341337,36.718652 z M 19.684287,36.600603 C 19.839592,36.52771 19.960575,36.353863 19.991312,36.159416 C 20.009576,36.04388 19.985109,35.851987 19.940315,35.759456 C 19.840246,35.55274 19.585041,35.417332 19.378853,35.461551 C 19.19515,35.500949 19.086844,35.593348 19.017331,35.769977 C 18.965976,35.900471 18.963439,36.164774 19.012278,36.296535 C 19.118089,36.582001 19.426549,36.721572 19.684287,36.600603 z"
+     id="path2494" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 15.296312,36.574851 C 15.166385,36.512049 15.031714,36.367821 14.97843,36.234409 C 14.94571,36.152483 14.939237,36.104377 14.938875,35.940431 C 14.938465,35.75514 14.941404,35.738156 14.992551,35.630192 C 15.100374,35.40259 15.294208,35.269649 15.517202,35.270359 C 15.705004,35.270957 15.866208,35.35909 15.97897,35.522815 C 16.183206,35.819357 16.136749,36.254608 15.876468,36.483137 C 15.769556,36.577007 15.684721,36.610444 15.535033,36.617708 C 15.411987,36.62368 15.388672,36.619494 15.296312,36.574851 L 15.296312,36.574851 z M 15.719626,36.455269 C 15.853892,36.395172 15.929182,36.324131 15.990404,36.199772 C 16.036658,36.105816 16.046396,36.066347 16.046396,35.972837 C 16.046396,35.875943 16.037557,35.84275 15.98502,35.742365 C 15.903177,35.585981 15.779009,35.41068 15.702508,35.343511 C 15.648344,35.295955 15.630988,35.289943 15.568263,35.297013 C 15.46497,35.308656 15.240807,35.425018 15.156942,35.510528 C 15.045912,35.623736 15.009835,35.739045 15.019768,35.948954 C 15.033425,36.237536 15.12343,36.420248 15.280679,36.478606 C 15.378966,36.515083 15.613898,36.502592 15.719626,36.455269 L 15.719626,36.455269 z"
+     id="path2496" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 23.827646,42.920144 C 23.232334,42.851875 22.658242,42.786608 22.551886,42.775107 L 22.358512,42.754196 L 22.474244,42.63757 C 22.537897,42.573426 22.592992,42.523959 22.596678,42.527645 C 22.600363,42.53133 22.583527,42.568222 22.559263,42.609625 C 22.534999,42.651029 22.515146,42.689218 22.515146,42.69449 C 22.515146,42.706471 22.642272,42.735993 22.787873,42.757825 C 23.147115,42.811691 24.391449,42.947008 24.769408,42.97331 C 24.970054,42.987272 24.966956,42.994252 24.869849,42.747031 C 24.696473,42.30564 24.018575,40.889923 23.926052,40.776016 C 23.878044,40.71691 23.847127,40.725829 23.783937,40.817013 C 23.758316,40.853983 23.734816,40.881692 23.731712,40.878589 C 23.725602,40.872478 23.876811,40.525063 23.894378,40.504852 C 23.90025,40.498096 24.161184,41.061874 24.474229,41.757693 C 24.787275,42.453511 25.046447,43.028571 25.050167,43.035602 C 25.062474,43.058862 24.919701,43.045378 23.827646,42.920144 L 23.827646,42.920144 z"
+     id="path2498" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 24.293138,39.206981 C 24.299818,39.189572 24.318625,39.097547 24.334931,39.002482 L 24.364578,38.829636 L 24.373101,38.960384 C 24.377788,39.032296 24.385459,39.094736 24.390146,39.09914 C 24.394834,39.103544 24.513726,39.034478 24.654351,38.94566 C 25.021176,38.713975 26.62317,37.643569 26.622737,37.63044 C 26.622537,37.624373 26.527175,37.563247 26.410822,37.494604 C 26.294469,37.425961 25.821473,37.140237 25.35972,36.859661 C 24.897967,36.579085 24.502597,36.349522 24.481119,36.349522 C 24.424655,36.349522 24.390203,36.414156 24.370397,36.557238 C 24.360906,36.625807 24.351196,36.683869 24.348821,36.686264 C 24.346446,36.68866 24.334988,36.634967 24.323359,36.566946 C 24.311729,36.498926 24.287352,36.378842 24.269189,36.300093 C 24.251025,36.221345 24.239583,36.153495 24.243763,36.149315 C 24.249162,36.143916 26.697108,37.586465 26.738768,37.619596 C 26.74234,37.622437 25.086585,38.713383 24.331307,39.205828 C 24.283047,39.237294 24.281487,39.237342 24.293138,39.206981 L 24.293138,39.206981 z"
+     id="path2500" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 19.987197,46.100806 C 19.698388,45.866094 19.465925,45.670222 19.470612,45.665535 C 19.475298,45.660848 19.535177,45.702269 19.603674,45.757581 C 19.904943,46.000857 20.23628,46.242088 20.346266,46.298226 C 20.424723,46.338272 20.457381,46.31469 20.527265,46.16753 C 20.620052,45.97214 20.717718,45.645707 20.872678,45.013046 C 20.951899,44.689609 21.055254,44.268919 21.102358,44.078181 C 21.149461,43.887443 21.184232,43.721565 21.179627,43.709564 C 21.175021,43.697563 21.189822,43.679283 21.212518,43.668942 C 21.243999,43.654598 21.253662,43.655105 21.253275,43.671082 C 21.251894,43.728115 20.542596,46.519819 20.528577,46.5234 C 20.519628,46.525685 20.276007,46.335518 19.987198,46.100806 L 19.987197,46.100806 z"
+     id="path2502" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 18.856498,45.186752 C 18.536429,44.927151 18.279469,44.710212 18.285475,44.704664 C 18.291482,44.699117 18.369265,44.685304 18.458328,44.67397 C 18.54739,44.662636 18.718896,44.634134 18.839452,44.610635 C 18.960008,44.587135 19.061422,44.570686 19.064818,44.574081 C 19.069922,44.579187 18.859441,44.640304 18.487101,44.741832 C 18.451364,44.751577 18.424518,44.765809 18.427442,44.773458 C 18.430367,44.781109 18.651368,44.969515 18.918555,45.19214 C 19.44439,45.630276 19.479963,45.661284 19.455014,45.659764 C 19.445899,45.659209 19.176567,45.446353 18.856498,45.186752 L 18.856498,45.186752 z"
+     id="path2504" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 14.838521,46.585915 C 14.808684,46.482613 14.329226,44.005784 14.33747,43.99754 C 14.343053,43.991957 14.415357,44.019652 14.498145,44.059084 C 14.580933,44.098516 14.736879,44.167991 14.844692,44.213473 C 14.952504,44.258954 15.031222,44.296385 15.019621,44.296652 C 15.008019,44.296919 14.924499,44.277903 14.834021,44.254395 C 14.743543,44.230887 14.62839,44.206819 14.578126,44.200912 L 14.486737,44.190171 L 14.486737,44.318776 C 14.486737,44.601784 14.693859,45.797186 14.811111,46.190895 C 14.863828,46.367909 14.923789,46.381177 15.114364,46.258003 C 15.348513,46.106664 16.443701,45.146992 16.608701,44.948571 C 16.72371,44.810266 16.739761,44.763702 16.68712,44.721076 C 16.650003,44.691021 16.650835,44.690695 16.739948,44.700412 C 16.789745,44.705841 16.855274,44.715124 16.885569,44.72104 C 16.943316,44.732316 16.90293,44.769924 14.935464,46.536951 C 14.861371,46.603495 14.845861,46.611329 14.83852,46.585915 L 14.838521,46.585915 z"
+     id="path2506" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 10.121482,43.363899 C 10.136523,43.307902 11.092286,40.538665 11.102007,40.522916 C 11.107336,40.514282 11.117885,40.52395 11.12545,40.5444 C 11.13574,40.572215 11.085207,40.730749 10.924848,41.173734 C 10.479821,42.403107 10.25001,43.091721 10.246923,43.205092 C 10.245454,43.259048 10.251397,43.267324 10.304945,43.285891 C 10.403231,43.31997 10.853382,43.311664 11.421423,43.265292 C 11.741516,43.239161 12.134628,43.219276 12.418582,43.214853 L 12.887332,43.207551 L 11.557786,43.299685 C 10.826536,43.350359 10.202417,43.392249 10.170855,43.392774 C 10.124283,43.393548 10.114979,43.388107 10.121482,43.363899 L 10.121482,43.363899 z"
+     id="path2508" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 12.985343,43.191628 C 12.987687,43.183599 12.899477,43.076776 12.78932,42.954244 C 12.679164,42.831713 12.589036,42.726264 12.589036,42.719914 C 12.589036,42.713564 12.652317,42.76796 12.729661,42.840794 C 12.807005,42.913627 12.929732,43.023034 13.002388,43.08392 C 13.075045,43.144805 13.134491,43.197232 13.134491,43.200424 C 13.134491,43.203616 13.099974,43.206228 13.057786,43.206228 C 13.015599,43.206228 12.982999,43.199658 12.985343,43.191628 z"
+     id="path2510" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 9.5124394,38.610646 C 8.8567444,38.268518 8.3178549,37.986183 8.314907,37.983235 C 8.3098655,37.978193 10.614167,36.591531 10.650811,36.577556 C 10.661894,36.573329 10.6633,36.603248 10.654816,36.662783 C 10.647625,36.71324 10.631975,36.823558 10.620039,36.907933 L 10.598336,37.061342 L 10.596527,36.859234 C 10.595136,36.703861 10.589733,36.659039 10.573161,36.665398 C 10.561305,36.669948 10.114501,36.940446 9.5802632,37.266506 C 9.0460259,37.592565 8.5679136,37.884219 8.5177914,37.914626 L 8.4266603,37.969911 L 8.5007459,38.012654 C 8.7875061,38.178095 10.130057,38.90829 10.354224,39.020735 C 10.473403,39.080517 10.517672,39.09557 10.527506,39.079659 C 10.545032,39.051301 10.563058,38.870513 10.577485,38.578387 C 10.583968,38.447137 10.590497,38.371317 10.591995,38.409898 C 10.595576,38.50214 10.65539,38.936167 10.686832,39.098062 C 10.700464,39.168258 10.710042,39.227268 10.708115,39.229195 C 10.706188,39.231122 10.168134,38.952775 9.5124392,38.610646 L 9.5124394,38.610646 z"
+     id="path2512" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d=""
+     id="path2514" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 12.418582,33.060594 C 12.418582,33.053952 12.479701,32.978022 12.554402,32.891861 L 12.690222,32.735205 L 12.64389,32.722891 C 12.57507,32.704599 11.257345,32.589533 10.867445,32.567768 C 10.815883,32.564889 10.846565,32.561694 10.935627,32.560666 C 11.02469,32.559639 11.496423,32.575479 11.983923,32.595865 L 12.870286,32.632933 L 12.644434,32.852802 C 12.520215,32.97373 12.418582,33.067237 12.418582,33.060594 z"
+     id="path2516" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 10.480728,33.879952 L 9.915032,32.53066 L 10.037546,32.526326 C 10.104928,32.523942 10.298127,32.529131 10.466877,32.537857 L 10.773695,32.553723 L 10.375868,32.54824 C 10.013234,32.543243 9.9787403,32.545238 9.9859503,32.5708 C 9.9959846,32.606374 10.47347,33.768347 10.631374,34.141455 C 10.812603,34.569677 11.031239,35.010773 11.062266,35.010773 C 11.076798,35.010773 11.116776,34.96847 11.151105,34.916766 C 11.185434,34.865063 11.216352,34.825589 11.219811,34.829048 C 11.226842,34.836079 11.074776,35.2004 11.057455,35.21802 C 11.051388,35.224193 10.79186,34.622063 10.480727,33.879952 L 10.480728,33.879952 z"
+     id="path2518" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 13.952673,31.825552 C 13.952673,31.79922 14.480492,29.090908 14.486867,29.084534 C 14.489894,29.081507 15.01291,29.487465 15.649126,29.986663 L 16.805882,30.894296 L 16.653425,30.916268 C 15.992554,31.011509 15.381622,31.171147 14.881612,31.379245 C 14.790391,31.417211 14.707058,31.447934 14.696429,31.44752 C 14.659905,31.446096 14.809553,31.376955 15.024427,31.295975 C 15.423076,31.145737 15.740898,31.055469 16.35182,30.918966 C 16.532289,30.878642 16.679664,30.841255 16.679321,30.835882 C 16.678561,30.823988 14.555194,29.182434 14.526153,29.17129 C 14.511458,29.165651 14.462598,29.393901 14.35535,29.969185 C 14.272729,30.412371 14.163668,30.986852 14.112992,31.245809 C 14.062317,31.504766 14.020854,31.729397 14.020854,31.744988 C 14.020854,31.767733 14.027371,31.769849 14.053825,31.755691 C 14.093515,31.73445 14.119224,31.732455 14.096707,31.752364 C 14.05509,31.78916 13.952673,31.841202 13.952673,31.825552 z"
+     id="path2520" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 20.617445,31.610762 C 20.509633,31.555544 20.346598,31.477995 20.255145,31.438432 C 20.163692,31.398869 20.092173,31.363193 20.096214,31.359152 C 20.100255,31.355112 20.171244,31.371178 20.253969,31.394855 C 20.440858,31.448346 20.626059,31.49133 20.669639,31.49133 C 20.734345,31.49133 20.714996,31.366773 20.531946,30.604966 C 20.474503,30.365904 20.362854,29.919921 20.283838,29.613893 C 20.204822,29.307865 20.140173,29.052822 20.140173,29.047132 C 20.140173,29.041441 20.13323,29.036784 20.124744,29.036784 C 20.109614,29.036784 19.018732,29.906126 18.716877,30.158736 C 18.48943,30.349077 18.199989,30.607428 18.103544,30.706189 C 18.012016,30.799915 18.010424,30.829296 18.094567,30.871958 C 18.12575,30.887768 18.097758,30.889898 17.95653,30.88246 C 17.859095,30.877329 17.777901,30.872041 17.776096,30.87071 C 17.774292,30.869379 18.309956,30.436397 18.966462,29.908528 C 19.622968,29.380659 20.162591,28.951311 20.165624,28.954423 C 20.168658,28.957534 20.316924,29.558375 20.495104,30.289625 C 20.673285,31.020875 20.824393,31.640265 20.8309,31.666046 C 20.837407,31.691827 20.836148,31.712525 20.8281,31.712041 C 20.820053,31.711556 20.725258,31.665981 20.617445,31.610762 z"
+     id="path2522" />
+  <path
+     style="fill:#a15d2e;fill-opacity:1"
+     d="M 23.656125,34.608049 C 23.601461,34.504744 23.559915,34.417042 23.5638,34.413157 C 23.567684,34.409272 23.599488,34.447655 23.634473,34.498452 C 23.712589,34.611873 23.736292,34.622507 23.778366,34.563003 C 23.954878,34.313369 24.684491,32.553151 24.684491,32.376942 C 24.684491,32.352737 24.666238,32.342941 24.603525,32.333491 C 24.502846,32.318319 23.635672,32.349863 22.888928,32.39586 C 22.579458,32.414923 22.306503,32.428221 22.282362,32.425413 C 22.258221,32.422605 22.823544,32.375127 23.538637,32.319908 C 24.25373,32.264688 24.841364,32.222501 24.844491,32.226158 C 24.851167,32.233967 23.784377,34.767055 23.767179,34.784229 C 23.760763,34.790635 23.710788,34.711355 23.656125,34.608049 L 23.656125,34.608049 z"
+     id="path2524" />
+</svg>
diff --git a/tiles/selected_tile.svg b/tiles/selected_tile.svg
new file mode 100644 (file)
index 0000000..760a627
--- /dev/null
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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="544"
+   height="852"
+   id="svg1421"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="selectedtile.svg"
+   sodipodi:docbase="/home/kworth/kub/tiles"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata1438">
+    <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>
+  <defs
+     id="defs1436">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 426 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="544 : 426 : 1"
+       inkscape:persp3d-origin="272 : 284 : 1"
+       id="perspective2486" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="687"
+     inkscape:window-width="791"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="7.3333333"
+     inkscape:cx="30.193342"
+     inkscape:cy="827"
+     inkscape:window-x="64"
+     inkscape:window-y="48"
+     inkscape:current-layer="svg1421"
+     showgrid="false" />
+  <rect
+     id="tile"
+     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
+     width="35"
+     height="50"
+     x="0"
+     y="0" />
+  <g
+     id="sun"
+     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
+     transform="matrix(0.5905,0,0,0.5905,-56.74979,-52.44054)">
+<!-- Triangular rays around the sun -->    <path
+       d="M 139.38034,162.33228 L 132.916,161.60434 L 131.18921,168.5345 L 125.8984,164.2523 L 120.91689,168.73756 L 119.6583,162.38682 L 112.48703,162.86394 L 114.80783,156.12386 L 109.11958,153.15712 L 114.8007,149.75492 L 112.10076,143.3248 L 119.03117,143.60194 L 120.29189,137.12259 L 125.36176,141.10086 L 130.56421,136.91952 L 132.1242,143.32475 L 138.99407,142.79315 L 136.39722,148.95452 L 142.36152,152.49996 L 136.64051,156.25356 L 139.38034,162.33228 z "
+       id="path1425" />
+<!-- The circle of the sun itself -->    <path
+       transform="matrix(0.98685,-0.161642,0.161642,0.98685,-19.31536,24.84557)"
+       d="M 133.69581,149.74696 C 133.69843,155.9537 128.66761,160.98664 122.46087,160.98664 C 116.25413,160.98664 111.22331,155.9537 111.22593,149.74696 C 111.22331,143.54022 116.25413,138.50728 122.46087,138.50728 C 128.66761,138.50728 133.69843,143.54022 133.69581,149.74696 z "
+       id="path1427" />
+<!-- The right eye of the sun -->    <path
+       transform="translate(9.112005,3.852231)"
+       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
+       id="path1429" />
+<!-- The left eye of the sun -->    <path
+       transform="translate(2.407652,3.667036)"
+       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
+       id="path1431" />
+<!-- The sun's grumpy mouth -->    <path
+       d="M 119.78955,156.19997 C 119.78296,156.70099 120.16156,156.94238 120.60445,157.38527 C 120.83248,157.61331 121.18299,157.78567 121.41934,157.90384 C 122.00513,158.19674 122.87596,158.05201 123.5677,158.05201 C 124.43595,158.05201 124.64727,157.91967 125.41974,157.53344 C 125.86375,157.31143 126.22871,157.01783 126.67912,156.79262 C 127.13862,156.56287 127.62672,156.57811 128.08667,156.34813 C 128.38261,156.20017 129.25716,156.34443 129.56829,156.42222 C 130.05387,156.54361 130.68093,156.8231 131.124,157.08895 C 131.41598,157.26413 131.6912,157.59827 131.86482,157.82976 C 131.97287,157.97384 132.09156,158.06099 132.16115,158.20017"
+       id="path1433" />
+  </g>
+  <path
+     style="fill:#786721;fill-opacity:0.97456515000000021"
+     d="M 0.55894937,24.986364 L 0.55894937,0.5090908 L 17.46804,0.5090908 L 34.377131,0.5090908 L 34.377131,24.986364 L 34.377131,49.463636 L 17.46804,49.463636 L 0.55894937,49.463636 L 0.55894937,24.986364 z M 17.618561,45.1 C 17.676085,45.1 18.399419,45.652273 19.225971,46.327273 C 20.052524,47.002273 20.779514,47.554546 20.841506,47.554546 C 20.903501,47.554546 21.1872,46.609901 21.471954,45.455336 L 21.989684,43.356129 L 22.490224,43.418609 C 24.474036,43.66625 26.058949,43.808913 26.058949,43.739844 C 26.058949,43.694823 25.690768,42.844267 25.240768,41.849721 C 24.790768,40.855176 24.422586,40.015115 24.422586,39.982919 C 24.422586,39.950726 25.189631,39.425863 26.127131,38.816559 C 27.064631,38.207257 27.831677,37.661413 27.831677,37.603577 C 27.831677,37.545737 27.033949,37.029498 26.058949,36.456376 C 25.083949,35.88325 24.286222,35.378083 24.286222,35.333778 C 24.286222,35.289475 24.632589,34.429889 25.055927,33.42359 C 25.479264,32.41729 25.801423,31.570791 25.771836,31.542479 C 25.742248,31.514167 24.780951,31.563305 23.63562,31.651671 L 21.553203,31.812336 L 21.426476,31.331167 C 21.356779,31.066525 21.135727,30.190341 20.935249,29.384091 C 20.734769,28.577841 20.531769,27.918182 20.484133,27.918182 C 20.436498,27.918182 19.70352,28.475413 18.855295,29.156473 C 18.007071,29.837533 17.240549,30.361656 17.151917,30.321189 C 17.063284,30.280723 16.346449,29.730355 15.558949,29.09815 C 14.671588,28.385777 14.094817,28.007705 14.042151,28.10389 C 13.995414,28.189252 13.822727,28.995455 13.658407,29.895455 C 13.494088,30.795455 13.329141,31.638007 13.29186,31.767794 C 13.229949,31.983328 13.041708,31.996245 11.118786,31.9169 C 9.7762299,31.8615 9.0134949,31.878427 9.0134949,31.963615 C 9.0134949,32.037089 9.3509949,32.888735 9.7634949,33.856165 C 10.175995,34.823595 10.513495,35.679176 10.513495,35.757459 C 10.513495,35.83574 9.7464494,36.358067 8.8089494,36.918182 C 7.8714494,37.478297 7.1044039,37.972233 7.1044039,38.015815 C 7.1044039,38.059397 7.895163,38.505985 8.8616458,39.00823 L 10.618889,39.921403 L 9.918464,41.953507 C 9.5332312,43.071164 9.2487221,44.014404 9.2862221,44.049594 C 9.3237221,44.084786 10.291706,44.050664 11.437299,43.973773 C 12.582888,43.896877 13.549259,43.863037 13.584784,43.898563 C 13.62031,43.93409 13.80628,44.755877 13.998051,45.72476 C 14.189822,46.693646 14.373801,47.567516 14.406895,47.666702 C 14.44462,47.779768 15.035335,47.3347 15.990521,46.47352 C 16.82842,45.718081 17.561039,45.1 17.618561,45.1 z"
+     id="path2488" />
+</svg>
diff --git a/tiles/selectedtile.svg b/tiles/selectedtile.svg
deleted file mode 100644 (file)
index 6b13914..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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="544"
-   height="852"
-   id="svg1421"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docname="selectedtile.svg"
-   sodipodi:docbase="/home/kworth/kub/tiles"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <metadata
-     id="metadata1438">
-    <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>
-  <defs
-     id="defs1436">
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 426 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="544 : 426 : 1"
-       inkscape:persp3d-origin="272 : 284 : 1"
-       id="perspective2447" />
-  </defs>
-  <sodipodi:namedview
-     inkscape:window-height="687"
-     inkscape:window-width="649"
-     inkscape:pageshadow="2"
-     inkscape:pageopacity="0.0"
-     borderopacity="1.0"
-     bordercolor="#666666"
-     pagecolor="#ffffff"
-     id="base"
-     inkscape:zoom="7.3333333"
-     inkscape:cx="23.314862"
-     inkscape:cy="829.88877"
-     inkscape:window-x="13"
-     inkscape:window-y="51"
-     inkscape:current-layer="svg1421"
-     showgrid="false" />
-  <rect
-     id="tile"
-     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
-     width="35"
-     height="50"
-     x="0"
-     y="0" />
-  <g
-     id="sun"
-     style="fill:#ffffe4;fill-opacity:0.75;stroke:#b2964a;stroke-width:1"
-     transform="matrix(0.5905,0,0,0.5905,-56.74979,-52.44054)">
-<!-- Triangular rays around the sun -->    <path
-       d="M 139.38034,162.33228 L 132.916,161.60434 L 131.18921,168.5345 L 125.8984,164.2523 L 120.91689,168.73756 L 119.6583,162.38682 L 112.48703,162.86394 L 114.80783,156.12386 L 109.11958,153.15712 L 114.8007,149.75492 L 112.10076,143.3248 L 119.03117,143.60194 L 120.29189,137.12259 L 125.36176,141.10086 L 130.56421,136.91952 L 132.1242,143.32475 L 138.99407,142.79315 L 136.39722,148.95452 L 142.36152,152.49996 L 136.64051,156.25356 L 139.38034,162.33228 z "
-       id="path1425" />
-<!-- The circle of the sun itself -->    <path
-       transform="matrix(0.98685,-0.161642,0.161642,0.98685,-19.31536,24.84557)"
-       d="M 133.69581,149.74696 C 133.69843,155.9537 128.66761,160.98664 122.46087,160.98664 C 116.25413,160.98664 111.22331,155.9537 111.22593,149.74696 C 111.22331,143.54022 116.25413,138.50728 122.46087,138.50728 C 128.66761,138.50728 133.69843,143.54022 133.69581,149.74696 z "
-       id="path1427" />
-<!-- The right eye of the sun -->    <path
-       transform="translate(9.112005,3.852231)"
-       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
-       id="path1429" />
-<!-- The left eye of the sun -->    <path
-       transform="translate(2.407652,3.667036)"
-       d="M 121.49343,146.01378 C 121.49343,146.93435 120.8135,147.68061 119.97476,147.68061 C 119.13602,147.68061 118.45609,146.93435 118.45609,146.01378 C 118.45609,145.09321 119.13602,144.34695 119.97476,144.34695 C 120.8135,144.34695 121.49343,145.09321 121.49343,146.01378 z "
-       id="path1431" />
-<!-- The sun's grumpy mouth -->    <path
-       d="M 119.78955,156.19997 C 119.78296,156.70099 120.16156,156.94238 120.60445,157.38527 C 120.83248,157.61331 121.18299,157.78567 121.41934,157.90384 C 122.00513,158.19674 122.87596,158.05201 123.5677,158.05201 C 124.43595,158.05201 124.64727,157.91967 125.41974,157.53344 C 125.86375,157.31143 126.22871,157.01783 126.67912,156.79262 C 127.13862,156.56287 127.62672,156.57811 128.08667,156.34813 C 128.38261,156.20017 129.25716,156.34443 129.56829,156.42222 C 130.05387,156.54361 130.68093,156.8231 131.124,157.08895 C 131.41598,157.26413 131.6912,157.59827 131.86482,157.82976 C 131.97287,157.97384 132.09156,158.06099 132.16115,158.20017"
-       id="path1433" />
-  </g>
-  <path
-     style="fill:#c8ab37;fill-opacity:0.97456515000000021"
-     d="M 0.55894937,24.986364 L 0.55894937,0.5090908 L 17.46804,0.5090908 L 34.377131,0.5090908 L 34.377131,24.986364 L 34.377131,49.463636 L 17.46804,49.463636 L 0.55894937,49.463636 L 0.55894937,24.986364 z M 17.618561,45.1 C 17.676085,45.1 18.399419,45.652273 19.225971,46.327273 C 20.052524,47.002273 20.779514,47.554546 20.841506,47.554546 C 20.903501,47.554546 21.1872,46.609901 21.471954,45.455336 L 21.989684,43.356129 L 22.490224,43.418609 C 24.474036,43.66625 26.058949,43.808913 26.058949,43.739844 C 26.058949,43.694823 25.690768,42.844267 25.240768,41.849721 C 24.790768,40.855176 24.422586,40.015115 24.422586,39.982919 C 24.422586,39.950726 25.189631,39.425863 26.127131,38.816559 C 27.064631,38.207257 27.831677,37.661413 27.831677,37.603577 C 27.831677,37.545737 27.033949,37.029498 26.058949,36.456376 C 25.083949,35.88325 24.286222,35.378083 24.286222,35.333778 C 24.286222,35.289475 24.632589,34.429889 25.055927,33.42359 C 25.479264,32.41729 25.801423,31.570791 25.771836,31.542479 C 25.742248,31.514167 24.780951,31.563305 23.63562,31.651671 L 21.553203,31.812336 L 21.426476,31.331167 C 21.356779,31.066525 21.135727,30.190341 20.935249,29.384091 C 20.734769,28.577841 20.531769,27.918182 20.484133,27.918182 C 20.436498,27.918182 19.70352,28.475413 18.855295,29.156473 C 18.007071,29.837533 17.240549,30.361656 17.151917,30.321189 C 17.063284,30.280723 16.346449,29.730355 15.558949,29.09815 C 14.671588,28.385777 14.094817,28.007705 14.042151,28.10389 C 13.995414,28.189252 13.822727,28.995455 13.658407,29.895455 C 13.494088,30.795455 13.329141,31.638007 13.29186,31.767794 C 13.229949,31.983328 13.041708,31.996245 11.118786,31.9169 C 9.7762299,31.8615 9.0134949,31.878427 9.0134949,31.963615 C 9.0134949,32.037089 9.3509949,32.888735 9.7634949,33.856165 C 10.175995,34.823595 10.513495,35.679176 10.513495,35.757459 C 10.513495,35.83574 9.7464494,36.358067 8.8089494,36.918182 C 7.8714494,37.478297 7.1044039,37.972233 7.1044039,38.015815 C 7.1044039,38.059397 7.895163,38.505985 8.8616458,39.00823 L 10.618889,39.921403 L 9.918464,41.953507 C 9.5332312,43.071164 9.2487221,44.014404 9.2862221,44.049594 C 9.3237221,44.084786 10.291706,44.050664 11.437299,43.973773 C 12.582888,43.896877 13.549259,43.863037 13.584784,43.898563 C 13.62031,43.93409 13.80628,44.755877 13.998051,45.72476 C 14.189822,46.693646 14.373801,47.567516 14.406895,47.666702 C 14.44462,47.779768 15.035335,47.3347 15.990521,46.47352 C 16.82842,45.718081 17.561039,45.1 17.618561,45.1 z"
-     id="path2451" />
-</svg>