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