WIP: Spawn bullets on the server and sync them

This commit is contained in:
2025-01-26 20:27:25 +01:00
parent 24914cb6fa
commit 5678ddb4c1
2 changed files with 3 additions and 1 deletions

View File

@ -255,4 +255,5 @@ func _hit_scan_damage(Collider):
print("damaged")
func take_damage(dam: int):
print("damage")
health =- dam