Listed common Server IPs in an export hint

remotes/1705382094874458415/tmp_refs/heads/godot4-port
unfa 2020-06-17 00:46:15 +02:00
parent 7f1d6228a5
commit fdda03de9a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ extends Spatial
export var is_server = true
export var SERVER_PORT = 9999
export var SERVER_IP = "172.28.162.191"
export(String, "172.28.162.191", "172.28.166.24", "127.0.0.1") var SERVER_IP = "172.28.162.191"
export var MAX_PLAYERS = 10
var player_scene = preload("res://Player.tscn")