damage slow down
This commit is contained in:
parent
1d5065cbbf
commit
96f92757b5
9 changed files with 47 additions and 18 deletions
|
|
@ -150,6 +150,8 @@ func remote_ammo_update(ammo: int, remaining_ammo: int):
|
|||
ammo_updated.emit(ammo,remaining_ammo)
|
||||
|
||||
func notify_slots_updated():
|
||||
if not is_multiplayer_authority():
|
||||
return
|
||||
var display_slots: Dictionary[StringName,StringName] = {}
|
||||
for key in slots.keys():
|
||||
if slots[key] == null:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue