Recoil system

This commit is contained in:
Rendo 2025-11-26 18:53:39 +05:00
commit cdfce4c7db
11 changed files with 144 additions and 8 deletions

View file

@ -9,6 +9,7 @@ class_name WeaponSubStateMachine
var system: WeaponSystem
var animation_player: AnimationPlayer
var player_camera: PlayerCamera
func _ready() -> void:
for child in get_children():