mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-05 07:28:30 +00:00
v2.2.0 - public lobbies
This commit is contained in:
parent
a9328672ab
commit
70bc970649
@ -1,7 +1,7 @@
|
|||||||
extends Node
|
extends Node
|
||||||
|
|
||||||
var currentVersion_nr = "v2.1.0"
|
var currentVersion_nr = "v2.2.0"
|
||||||
var currentVersion_hotfix = 11
|
var currentVersion_hotfix = 4
|
||||||
var using_steam = true
|
var using_steam = true
|
||||||
|
|
||||||
var currentVersion = ""
|
var currentVersion = ""
|
||||||
@ -283,7 +283,7 @@ func _ready():
|
|||||||
active_match_customization_dictionary = debug_match_customization
|
active_match_customization_dictionary = debug_match_customization
|
||||||
|
|
||||||
func _unhandled_input(event):
|
func _unhandled_input(event):
|
||||||
if GlobalVariables.mp_debugging:
|
if mp_debugging or mp_debug_keys_enabled:
|
||||||
if event.is_action_pressed("debug_q"):
|
if event.is_action_pressed("debug_q"):
|
||||||
SwapLanguage(false)
|
SwapLanguage(false)
|
||||||
if event.is_action_pressed("debug_e"):
|
if event.is_action_pressed("debug_e"):
|
||||||
|
3
Steam.gd
3
Steam.gd
@ -14,6 +14,9 @@ var STEAM_NAME = ""
|
|||||||
var ONLINE = false
|
var ONLINE = false
|
||||||
var HOST_ID = 0
|
var HOST_ID = 0
|
||||||
|
|
||||||
|
var is_lobby_friends_only = true
|
||||||
|
var lobby_player_limit = 4
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
process_priority = 1000
|
process_priority = 1000
|
||||||
set_process_internal(true)
|
set_process_internal(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user