v2.2.0 - public lobbies

This commit is contained in:
Lyssa 2024-12-11 20:33:50 +04:00 committed by GitHub
parent a9328672ab
commit 70bc970649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
extends Node
var currentVersion_nr = "v2.1.0"
var currentVersion_hotfix = 11
var currentVersion_nr = "v2.2.0"
var currentVersion_hotfix = 4
var using_steam = true
var currentVersion = ""
@ -283,7 +283,7 @@ func _ready():
active_match_customization_dictionary = debug_match_customization
func _unhandled_input(event):
if GlobalVariables.mp_debugging:
if mp_debugging or mp_debug_keys_enabled:
if event.is_action_pressed("debug_q"):
SwapLanguage(false)
if event.is_action_pressed("debug_e"):

View File

@ -14,6 +14,9 @@ var STEAM_NAME = ""
var ONLINE = false
var HOST_ID = 0
var is_lobby_friends_only = true
var lobby_player_limit = 4
func _ready():
process_priority = 1000
set_process_internal(true)