webgames/templates/carcassonne/he-011.svg

8 lines
489 B
XML
Raw Normal View History

2021-10-31 14:44:14 +01:00
<g transform="translate({{ x }} {{ y }})">
<g transform="rotate({{ rotation }} 50 50)">
<path class="pasture{% if resources[2].uuid() in claimable %} claimable{% endif %}" id="resource-2" data-uuid="{{ resources[2].uuid() }}" d="M 0 0 H 100 V 100 H 0 Z" />
<path class="road{% if resources[3].uuid() in claimable %} claimable{% endif %}" id="resource-3" data-uuid="{{ resources[3].uuid() }}" d="M 45 100 V 70 H 55 V 100 Z" />
</g>
{% include "carcassonne/shrine.svg" %}
2021-10-31 14:44:14 +01:00
</g>