summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-21 22:44:21 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-21 22:44:21 +0200
commit54e5ffaeb79f989463c144e58dfcd677b752c5a9 (patch)
tree08e199c521d4ca6ba17f3499204d80f4be774917 /index.html
parenteef0dd25f921a8b900e902631b79fc90d70c0309 (diff)
log actions
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 16 insertions, 8 deletions
diff --git a/index.html b/index.html
index 486c5fd..4f498c6 100644
--- a/index.html
+++ b/index.html
@@ -22,12 +22,14 @@
<div id="techniques"></div>
+ <div id="log"></div>
+
<div id="status">
<span>Money: <span data-template-slot="money"></span></span>
- <span>Monster Progress: <span data-template-slot="monsterProgress"></span></span>
- <span>Trainer Progress: <span data-template-slot="trainerProgress"></span></span>
- <button data-template-slot="nextTrainer">&rArr; Next Trainer</button>
- <button data-template-slot="nextArea">&rArr; Next Area</button>
+ <span><img src="/modules/tuxemon/mods/tuxemon/gfx/ui/menu/tuxemon.png" title="Monster Progress" /> <span data-template-slot="monsterProgress"></span></span>
+ <span><img src="/modules/tuxemon/mods/tuxemon/gfx/ui/menu/player.png" title="Trainer Progress" style="filter: invert(1);" /> <span data-template-slot="trainerProgress"></span></span>
+ <button data-template-slot="nextTrainer" class="menu-button">&rArr; Next Trainer</button>
+ <button data-template-slot="nextArea" class="menu-button">&rArr; Next Area</button>
</div>
<div id="menu">
@@ -43,8 +45,13 @@
<img src="/modules/tuxemon/mods/tuxemon/gfx/ui/item/backpack.png" title="Inventory" width="64" height="64" />
</div>
+ <div id="menu__log">
+ <img src="/modules/tuxemon/mods/tuxemon/gfx/ui/menu/journal.png" title="Log" width="64" height="64" />
+ </div>
+
<div id="menu__journal">
- <img src="/modules/tuxemon/mods/tuxemon/gfx/ui/menu/journal.png" title="Journal" width="64" height="64" />
+ <img src="/modules/tuxemon/mods/tuxemon/gfx/ui/menu/save.png" title="Save" width="64" height="64" />
+ <img src="/modules/tuxemon/mods/tuxemon/gfx/ui/menu/load.png" title="Load" width="64" height="64" />
</div>
<div id="menu__settings">
@@ -98,9 +105,10 @@
</div>
</div>
<div class="battle__monster-visual">
- <div class="battle__monster-sprite">
- <img data-template-slot="sprite" class="battle__monster-img" src="" draggable="false" />
- <img data-template-slot="trainerSprite" class="battle__monster__trainer-sprite" src="" draggable="false" />
+ <img data-template-slot="sprite" class="battle__monster-sprite" src="" draggable="false" />
+ <div class="battle__trainer-visual">
+ <img data-template-slot="trainerSprite" class="battle__trainer-sprite" src="" draggable="false" />
+ <div data-template-slot="trainerName"></div>
</div>
</div>
</div>