expanded tile descript in DB

This commit is contained in:
2024-03-18 19:38:28 -05:00
parent 6b371066d4
commit 066ce2aaaa
4 changed files with 27 additions and 3 deletions

View File

@ -1,10 +1,15 @@
<!-- views/index.etlua -->
<script src="/static/htmx.min.js"></script>
<% if not isPopulated then %>
<div id="clickable">
<button hx-post="/clickme" hx-target="#clickable">Start</button>
</div>
<% end %>
<main style="width: 50%;" class="container" id="map" hx-get="/map/render" hx-trigger="every 5s,load">
<article>
<p style="text-align: center;">Game</p>
<main style="width: 50%;" class="container" id="map" hx-get="/map/render" hx-trigger="every 1s,load">
</article>
</main>