Align patterns better around what UI components are. Move script related controllers to scripts folder
This commit is contained in:
@@ -35,6 +35,7 @@ func start_server(address: String = "0.0.0.0", port: int = 8080) -> void:
|
||||
|
||||
func close_connection() -> void:
|
||||
if not peer: return
|
||||
if not multiplayer: return
|
||||
|
||||
push_warning("Server Closed...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user