WIP: Spawn bullets on the server and sync them
This commit is contained in:
@ -256,4 +256,5 @@ func _hit_scan_damage(Collider):
|
||||
|
||||
func take_damage(dam: int):
|
||||
print("damage")
|
||||
health =- dam
|
||||
health -= dam
|
||||
print(health)
|
||||
|
Reference in New Issue
Block a user