Massive work on level, UI, sound, and player functionality, small progress on netcode. Renamed project to Net Gunner.

This commit is contained in:
2025-12-22 09:04:22 -05:00
parent 9a8f06437d
commit 3b6407d6e5
566 changed files with 42735 additions and 183 deletions

View File

@@ -33,7 +33,8 @@ func join_game(new_handle : String) -> Error:
print("%s %d" % [handle, multiplayer.get_unique_id()])
return !error
func is_server() -> bool:
return multiplayer && multiplayer.is_server()
func _add_player_to_game(id : int) -> void:
print("Player %s joined the game!" % id)