🍻 Shoot straight and clean up mode management

This commit is contained in:
anyreso 2024-04-24 07:08:24 +00:00
parent 8a15bdbd43
commit 81bcd95d42
12 changed files with 262 additions and 327 deletions

View file

@ -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