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

@@ -42,7 +42,7 @@ func _on_hosting_back_button_pressed() -> void:
func _on_start_game_button_pressed() -> void:
Game.start_vs_man()
Game.start_vs_man.rpc()
func _on_waiting_back_button_pressed() -> void: