Align patterns better around what UI components are. Move script related controllers to scripts folder

This commit is contained in:
2026-08-15 14:33:06 -05:00
parent 3fcabe1a53
commit 4d54f8de37
14 changed files with 20 additions and 19 deletions

View File

@@ -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...")