6 lines
314 B
XML
6 lines
314 B
XML
<g transform="translate({{ x }} {{ y }})">
|
|
<g transform="rotate({{rotation}} 50 50)">
|
|
<path class="city{% if resources[1].uuid() in claimable %} claimable{% endif %}" id="resource-1" data-uuid="{{ resources[1].uuid() }}" d="M 0 0 H 100 V 100 H 0 Z" />
|
|
{% include "carcassonne/defense.svg" %}
|
|
</g>
|
|
</g>
|