RLG-Web client: implement watching.
It is now possible to watch games currently being played through RLG-Web, but not dgamelaunch. Also, there are some deficiencies, like getting chaos until an absolute cursor addressing happens.
This commit is contained in:
parent
553f07360c
commit
67f187700c
2 changed files with 91 additions and 41 deletions
|
|
@ -88,7 +88,7 @@
|
|||
<div class="modal" id="current">
|
||||
<div id="gametable" class="formtable">
|
||||
<div class="tcapt">Games in Progress</div>
|
||||
<div><div>Player</div><div>Game</div></div>
|
||||
<div><div>Player</div><div>Game</div><div>Actions</div></div>
|
||||
</div>
|
||||
<div id="nogames">There are no games to watch.</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue