1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

relocate images + include sprite generator

This commit is contained in:
exane
2015-06-27 13:23:05 +02:00
parent 6b469da661
commit b9f9141caf
178 changed files with 131 additions and 75 deletions

View File

@@ -2,10 +2,8 @@
<h3 class="bbm-modal__title">Choose up to 2 cards you wish to redraw!</h3>
</div>
<div class="bbm-modal__section">
{{#each handCards}}
<div class="card" data-key="{{_key}}" data-id="{{_id}}">
<img src="../assets/cards/{{_data.img}}.png">
</div>
{{#each handCards as |val key|}}
{{>card val}}
{{/each}}
</div>
<div class="bbm-modal__bottombar">