multiplayer pretty much works now i think

This commit is contained in:
2023-11-17 20:49:38 +11:00
parent 2d123bd731
commit 9cf6944ac8
87 changed files with 1476 additions and 1223 deletions

View File

@ -7,6 +7,8 @@ var bounces := 0
func _ready() -> void:
apply_central_impulse(direction * force)
if owner_id == 0:
max_bounces = 0
func _on_body_entered(_body: Node) -> void: