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

@@ -10,7 +10,8 @@ func _enter_tree() -> void:
func register_player() -> void:
target = Game.player
offset = global_position - target.global_position
if target:
offset = global_position - target.global_position
func _process(delta: float) -> void: