summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-26 20:46:22 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-26 20:46:22 +0200
commit36a5d5862c3744f899fe6a5712f81171af144795 (patch)
treeba3c4782ca2da1bdd6b9271371b3bab87f2816a8 /index.html
parentb7db43abcaf8c9d9ccb4bcaff07c5416cb21ff62 (diff)
evolution items and shop interface
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index 24e3265..ae9befb 100644
--- a/index.html
+++ b/index.html
@@ -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">