Now uses config file to determine if client or server should be started.

This commit is contained in:
stiffly
2015-12-18 13:34:21 +01:00
parent a858dab8b6
commit a0255f1b31
4 changed files with 26 additions and 14 deletions
+3
View File
@@ -10,7 +10,10 @@ VSYNC=false
Width=1280
Height=720
FOV=45
[Networking]
StartNetwork=false
IsServer=false
Name=Bob
Address=127.0.0.1
Port=13
+3 -1
View File
@@ -19,4 +19,6 @@ F1=ToggleEditor
2=EditorToolRotate
3=EditorToolScale
X=EditorToggleTransformSpace
C=ConnectToServer
C=ConnectToServer
N=SwitchToServer
M=SwitchToClient