Added link to click for player pov, started rendering with images

This commit is contained in:
LQ63
2025-10-13 22:39:21 +02:00
parent 2b89f3d161
commit 9aa447f2f6
64 changed files with 59 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
@main("Tui") {
<div id="tui">
@for(line <- toRender.split('\n')) {
<p>@line</p>
<a href="@routes.Relative.ingame(line)">@line</a>
}
</div>
}