(8d8ed7727) Fixed: Invalid title font & color in tutorial infobo. Added: Some rudimentary scaling based on screen resolution for VideoPlayer

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:53:46 +02:00
parent 8808edcd21
commit ad1a726e91
8 changed files with 210 additions and 3 deletions
@@ -1482,6 +1482,9 @@ namespace Barotrauma.Networking
case ServerNetObject.CLIENT_LIST:
ReadClientList(inc);
break;
case ServerNetObject.CLIENT_LIST:
ReadClientList(inc);
break;
case ServerNetObject.CHAT_MESSAGE:
ChatMessage.ClientRead(inc);
break;