Grenade bounce and radius

This commit is contained in:
Rendo 2025-12-10 00:43:05 +05:00
commit 11eb875d2e
6 changed files with 28 additions and 16 deletions

View file

@ -72,12 +72,9 @@ func _exit() -> void:
super()
player.weapon_models[visibility_target].hide()
@rpc("authority","call_local","reliable")
func use_begin() -> void:
if current_state != null:
current_state.use_begin()
@rpc("authority","call_local","reliable")
func use_end() -> void:
if current_state != null:
current_state.use_end()