feat(ui): added working ingame ui
Added ingame ui with bootstrap. There were problems with the lock procedure which are now fixed.
This commit is contained in:
@@ -33,7 +33,7 @@ class IngameController @Inject()(
|
||||
case InGame =>
|
||||
Ok(views.html.ingame.ingame(
|
||||
g.getPlayerByUser(request.user),
|
||||
g.logic
|
||||
g
|
||||
))
|
||||
case SelectTrump =>
|
||||
Ok(views.html.ingame.selecttrump(
|
||||
|
||||
Reference in New Issue
Block a user