Weapon draw and holster

This commit is contained in:
Alexey 2025-07-27 12:32:18 +03:00
commit b4a6dadc43
18 changed files with 428 additions and 9 deletions

View file

@ -15,7 +15,7 @@ var ammo: int
@export var fire_mode: BaseFireMode
## Weapon animation library. Should contain "static", "fire", "reload" animations
## Weapon animation library. Should contain "static", "fire", "reload", "holster", "draw" animations
@export var animation_library: AnimationLibrary
var is_firing: bool = false