Added link to click for player pov, started rendering with images
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user