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

This commit is contained in:
LQ63
2025-10-20 15:17:17 +02:00
parent dad604186e
commit d9f7275854
7 changed files with 99 additions and 89 deletions

View File

@@ -0,0 +1,9 @@
@(toRender: List[Any])
@main("Match") {
<div id="match">
@for(line <- toRender) {
@line
}
</div>
}