made the first changes towards multiplayer working

This commit is contained in:
2023-11-13 19:36:35 +11:00
parent b0f8a37f60
commit f004f64b71
26 changed files with 305 additions and 257 deletions

View File

@ -5,9 +5,4 @@ signal took_damage(amount)
func damage(amount):
networked_damage.rpc(amount)
@rpc("any_peer","call_local")
func networked_damage(amount):
took_damage.emit(amount)