diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-08-26 20:46:22 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-08-26 20:46:22 +0200 |
commit | 36a5d5862c3744f899fe6a5712f81171af144795 (patch) | |
tree | ba3c4782ca2da1bdd6b9271371b3bab87f2816a8 /index.html | |
parent | b7db43abcaf8c9d9ccb4bcaff07c5416cb21ff62 (diff) |
evolution items and shop interface
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -187,7 +187,13 @@ </template> <template id="tpl___shop"> - <div class="shop"></div> + <div class="shop"> + <div data-template-slot="items" class="shop__items"></div> + <div data-template-slot="modes"> + <button data-template-slot="modeBuy" data-selection-mode="buy" data-i18n-msgid="ui:shop:mode:buy" class="menu-button"></button> + <button data-template-slot="modeInfo" data-selection-mode="info" data-i18n-msgid="ui:shop:mode:info" class="menu-button"></button> + </div> + </div> </template> <template id="tpl___shop__item"> |