WIP: Spawn bullets on the server and sync them

This commit is contained in:
2025-01-26 21:57:09 +01:00
parent 5678ddb4c1
commit c7c577233b
5 changed files with 9 additions and 8 deletions

View File

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