diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-02-18 22:24:58 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-02-20 15:27:56 -0500 |
| commit | d278f6a54a2a316e70271ad04bd206e49a93fa5f (patch) | |
| tree | 4c8058cbebec6fa21b49cfad97f4f186ff71ffd8 /tiles/weird-one | |
| parent | 315866de9ade249cab8db81d880d255f33f851f3 (diff) | |
add tiles json and internationalization
Diffstat (limited to 'tiles/weird-one')
| -rw-r--r-- | tiles/weird-one/tile.json | 5 | ||||
| -rw-r--r-- | tiles/weird-one/tile.svg | 110 |
2 files changed, 115 insertions, 0 deletions
diff --git a/tiles/weird-one/tile.json b/tiles/weird-one/tile.json new file mode 100644 index 00000000..2445a7ec --- /dev/null +++ b/tiles/weird-one/tile.json @@ -0,0 +1,5 @@ +{ + "id": "weird-one", + "name": "weird one", + "description": "" +} diff --git a/tiles/weird-one/tile.svg b/tiles/weird-one/tile.svg new file mode 100644 index 00000000..768d3ebe --- /dev/null +++ b/tiles/weird-one/tile.svg @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="26.671131" + height="26.917355" + viewBox="0 0 26.671132 26.917354" + version="1.1" + id="svg1847" + sodipodi:docname="weird_one.svg" + inkscape:version="1.2.2 (1:1.2.2+202212051550+b0a8486541)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1851" /> + <sodipodi:namedview + id="namedview1849" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + showgrid="false" + inkscape:zoom="35.660667" + inkscape:cx="11.847787" + inkscape:cy="9.5903984" + inkscape:current-layer="svg1847" /> + <style + type="text/css" + id="style1805"> +polygon.tile { stroke: #000000; stroke-width:3; stroke-linejoin:round } +polygon.ih1 { fill: #ffff80 } +polygon.ih2 { fill: #8080ff } +polygon.ih3 { fill: #ff8080 } +polygon.ih4 { fill: #80ff80 } +polygon.ih5 { fill: #ff80ff } +polygon.ih6 { fill: #80ffff } +polygon.para {opacity: 0.75; fill: #ff0000; stroke: #ff0000 } +</style> + <polygon + class="para" + points="56.697636,16.653274 20.760388,31.028173 40.611439,80.655801 76.548687,66.280902 " + style="stroke:none" + id="polygon1807" + transform="matrix(0.4,0,0,0.4,-6.7021753,-5.3449652)" /> + <path + d="m 12.759638,14.116849 h 5.955317" + style="stroke:#000000;stroke-width:0.08px" + id="path1809" /> + <path + d="M 18.714955,14.116849 V 8.1615348" + style="stroke:#000000;stroke-width:0.08px" + id="path1811" /> + <path + d="M 18.714955,0.22111277 12.759638,14.116849" + style="stroke:#000000;stroke-width:0.08px" + id="path1813" /> + <path + d="m 12.759638,14.116849 13.895736,5.955315" + style="stroke:#000000;stroke-width:0.08px" + id="path1815" /> + <path + d="M 22.342906,24.179278 18.235793,19.866809" + style="stroke:#000000;stroke-width:0.08px" + id="path1817" /> + <path + d="m 18.235793,19.866809 c -1.825386,-1.916652 -3.65077,-3.833306 -5.476155,-5.74996" + style="stroke:#000000;stroke-width:0.08px" + id="path1819" + sodipodi:nodetypes="cc" /> + <path + d="M 4.3400562,5.9710728 V 13.911493" + style="stroke:#000000;stroke-width:0.08px" + id="path1823" /> + <path + d="M 4.3400562,13.911493 10.29537,0.01575677" + style="stroke:#000000;stroke-width:0.08px" + id="path1825" /> + <path + d="M 4.3400562,19.866809 H 12.280476" + style="stroke:#000000;stroke-width:0.08px" + id="path1827" /> + <path + d="m 12.280476,19.866809 h 5.955317" + style="stroke:#000000;stroke-width:0.08px" + id="path1829" /> + <path + d="M 18.235793,19.866809 4.3400562,13.911493" + style="stroke:#000000;stroke-width:0.08px" + id="path1831" /> + <path + d="m 12.280476,19.866809 v 5.955315" + style="stroke:#000000;stroke-width:0.08px" + id="path1833" /> + <path + d="M 4.3400562,13.911493 8.6525242,9.8043788" + style="stroke:#000000;stroke-width:0.08px" + id="path1835" /> + <path + d="M 8.6525242,9.8043788 12.759638,14.116849" + style="stroke:#000000;stroke-width:0.08px" + id="path1837" /> + <path + d="M 8.6525242,9.8043788 C 12.222946,6.4039774 15.110478,3.653947 18.714955,0.22111277" + style="stroke:#000000;stroke-width:0.08px" + id="path1839" + sodipodi:nodetypes="cc" /> +</svg> |
