mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-13 23:44:49 +00:00
🍻 Shoot straight and clean up mode management
This commit is contained in:
parent
8a4d079d77
commit
8a01f42b79
13 changed files with 262 additions and 327 deletions
|
|
@ -36,7 +36,7 @@ func _show_menu(menu : PanelContainer) -> void:
|
|||
bg_color = Color(0.501961, 0.501961, 0.501961, 0.25098)
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_tc1bm"]
|
||||
script/source = "class_name Multiplayer extends PanelContainer
|
||||
script/source = "extends PanelContainer
|
||||
|
||||
const DEFAULT_HOST : String = \"localhost\"
|
||||
const DEFAULT_PORT : int = 9000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue